Color Hex Logo

#dfcd30 Color Hex

#DFCD30
(223,205,48)
0 Favorites   0 Comments

Color spaces of #dfcd30

RGB 22320548
HSL0.150.730.53
HSV54°78°87°
CMYK 0.000.080.78   0.13
XYZ52.796259.564011.5107
Yxy59.56400.42620.4809
Hunter Lab77.1777-12.951645.1816
CIE-Lab81.6006-9.677073.7090

#dfcd30 color RGB value is (223,205,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001101 00110000
Octal 337 315 60
Decimal 223 205 48
Hex DF CD 30

RGB Percentages of Color #dfcd30

%46.85
%43.07
%10.08

CMYK Percentages of Color #dfcd30

%0
%8
%78
%13

Triadic Colors of #dfcd30

#dfcd30 #30dfcd #cd30df

Analogous Colors of #dfcd30

#dfcd30 #9adf30 #df7630

Monochromatic Colors of #dfcd30

#dfcd30

Complementary Color

#dfcd30 #3042df

#dfcd30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcd30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcd30 Color CSS Codes

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

#dfcd30 Text Font Color

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

This sample text font color is #dfcd30
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.


#dfcd30 Background Color

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

This div background color is #dfcd30


#dfcd30 Border Color

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

This div border color is #dfcd30


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,205,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 #dfcd30">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcd30


Comments

No comments written yet.

Please login to write comment.