Color Hex Logo

#dfd812 Color Hex

#DFD812
(223,216,18)
0 Favorites   0 Comments

Color spaces of #dfd812

RGB 22321618
HSL0.160.850.47
HSV58°92°87°
CMYK 0.000.030.92   0.13
XYZ55.096564.843410.1844
Yxy64.84340.42340.4983
Hunter Lab80.5254-18.787548.8691
CIE-Lab84.4030-15.871582.3220

#dfd812 color RGB value is (223,216,18).

#dfd812 hex color red value is 223, green value is 216 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dfd812 hue: 0.16 , saturation: 0.85 and the lightness value of dfd812 is 0.47.

The process color (four color CMYK) of #dfd812 color hex is 0.00, 0.03, 0.92, 0.13. Web safe color of #dfd812 is #cccc00. Color #dfd812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 00010010
Octal 337 330 22
Decimal 223 216 18
Hex DF D8 12

RGB Percentages of Color #dfd812

%48.80
%47.26
%3.94

CMYK Percentages of Color #dfd812

%0
%3
%92
%13

Triadic Colors of #dfd812

#dfd812 #12dfd8 #d812df

Analogous Colors of #dfd812

#dfd812 #80df12 #df7212

Monochromatic Colors of #dfd812

#dfd812

Complementary Color

#dfd812 #1219df

#dfd812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd812 Color CSS Codes

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

#dfd812 Text Font Color

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

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


#dfd812 Background Color

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

This div background color is #dfd812


#dfd812 Border Color

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

This div border color is #dfd812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd812


Comments

No comments written yet.

Please login to write comment.