#DFCD96

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

Shades of Double Colonial White #DFCD96

Tints of Double Colonial White #DFCD96

Color information

#DFCD96 (or 0xDFCD96) is unknown color: approx Double Colonial White. HEX triplet: DF, CD and 96. RGB value is (223,205,150). Sum of RGB (Red+Green+Blue) = 223+205+150=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCD96 is #203269. Grayscale: #CCCCCC. Windows color (decimal): -2110058 or 9883103. OLE color: 9883103.

HSL color Cylindrical-coordinate representation of color #DFCD96: hue angle of 45.21º 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 #DFCD96 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB223205150-
CMYK00.080.330.13
HSL45.21º53.28%73.14%-
HSV(B)45.21º32.74%87.45%-
XYZ57.7761.5537.69-
YUV204.1197.46141.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 205 (80.47% from 255) = 35.47%
BLUE value IS 150 (58.98% from 255) = 25.95%
R=38.58%
G=35.47%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320515000.080.330.1345.2153.2873.14
HexDFCD960821D2d3549
Octal33731522601041155565111
Binary1101111111001101100101100100010000111011011011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCD96; }

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

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

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

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

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

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

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

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