Color Hex Logo

#dfd530 Color Hex

#DFD530
(223,213,48)
0 Favorites   0 Comments

Color spaces of #dfd530

RGB 22321348
HSL0.160.730.53
HSV57°78°87°
CMYK 0.000.040.78   0.13
XYZ54.759263.489912.1650
Yxy63.48990.41990.4868
Hunter Lab79.6805-16.769746.7245
CIE-Lab83.6995-13.691675.5688

#dfd530 color RGB value is (223,213,48).

#dfd530 hex color red value is 223, green value is 213 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dfd530 hue: 0.16 , saturation: 0.73 and the lightness value of dfd530 is 0.53.

The process color (four color CMYK) of #dfd530 color hex is 0.00, 0.04, 0.78, 0.13. Web safe color of #dfd530 is #cccc33. Color #dfd530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010101 00110000
Octal 337 325 60
Decimal 223 213 48
Hex DF D5 30

RGB Percentages of Color #dfd530

%46.07
%44.01
%9.92

CMYK Percentages of Color #dfd530

%0
%4
%78
%13

Triadic Colors of #dfd530

#dfd530 #30dfd5 #d530df

Analogous Colors of #dfd530

#dfd530 #92df30 #df7e30

Monochromatic Colors of #dfd530

#dfd530

Complementary Color

#dfd530 #303adf

#dfd530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd530 Color CSS Codes

.mybgcolor {background-color:#dfd530; } 
.myforecolor {color:#dfd530; }
.mybordercolor {border:3px solid #dfd530; }

#dfd530 Text Font Color

<p style="color:#dfd530">Text here</p>

This sample text font color is #dfd530
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfd530 Background Color

<div style="background-color:#dfd530">
Div content here</div>

This div background color is #dfd530


#dfd530 Border Color

<div style="border:3px solid #dfd530">
Div here</div>

This div border color is #dfd530


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,213,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfd530; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfd530;
  -webkit-box-shadow: 1px 1px 3px 2px #dfd530;
  box-shadow:         1px 1px 3px 2px #dfd530; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,213,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfd530">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfd530;
  -webkit-box-shadow: 1px 1px 3px 2px #dfd530;
  box-shadow:         1px 1px 3px 2px #dfd530;">
Div content here</div>

This div box has shadow with color #dfd530


Comments

No comments written yet.

Please login to write comment.