#DFCF96

Color #DFCF96 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #DFCF96

Tints of Double Colonial White #DFCF96

Color information

#DFCF96 (or 0xDFCF96) is unknown color: approx Double Colonial White. HEX triplet: DF, CF and 96. RGB value is (223,207,150). Sum of RGB (Red+Green+Blue) = 223+207+150=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF96 is #203069. Grayscale: #CDCDCD. Windows color (decimal): -2109546 or 9883615. OLE color: 9883615.

HSL color Cylindrical-coordinate representation of color #DFCF96: hue angle of 46.85º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFCF96 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB223207150-
CMYK00.070.330.13
HSL46.85º53.28%73.14%-
HSV(B)46.85º32.74%87.45%-
XYZ58.2562.5237.85-
YUV205.2996.8140.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 150 (58.98% from 255) = 25.86%
R=38.45%
G=35.69%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320715000.070.330.1346.8553.2873.14
HexDFCF960721D2f3549
Octal3373172260741155765111
Binary110111111100111110010110011110000111011011111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF96; }

 p { color: rgb(223,207,150); }

 H1.HeaderClassName
 {
   color: #DFCF96;
 }
 .AnyTagClassName
 {
   color: #DFCF96;
 }
</style>
background-color css

<style>
 a { background-color: #DFCF96; }

 a { background-color: rgb(223,207,150); }

 div.DivClassName
 {
   background-color: #DFCF96;
 }
 .BgClassName
 {
   background-color: #DFCF96;
 }
</style>
border-color css

<style>
 span { border-color: #DFCF96; }

 span { border-color: rgb(223,207,150); }

 td.TdClassName
 {
   border-color: #DFCF96;
 }
 .TagClassName
 {
   border-color: #DFCF96;
 }
</style>