#DFCE97

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

Shades of Double Colonial White #DFCE97

Tints of Double Colonial White #DFCE97

Color information

#DFCE97 (or 0xDFCE97) is unknown color: approx Double Colonial White. HEX triplet: DF, CE and 97. RGB value is (223,206,151). Sum of RGB (Red+Green+Blue) = 223+206+151=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCE97 is #203168. Grayscale: #CDCDCD. Windows color (decimal): -2109801 or 9948895. OLE color: 9948895.

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

Color convert

RGB223206151-
CMYK00.080.320.13
HSL45.83º52.94%73.33%-
HSV(B)45.83º32.29%87.45%-
XYZ58.0962.0638.2-
YUV204.8197.63140.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 151 (59.38% from 255) = 26.03%
R=38.45%
G=35.52%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320615100.080.320.1345.8352.9473.33
HexDFCE970820D2e3549
Octal33731622701040155665111
Binary1101111111001110100101110100010000011011011101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCE97; }

 p { color: rgb(223,206,151); }

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

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

 a { background-color: rgb(223,206,151); }

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

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

 span { border-color: rgb(223,206,151); }

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