#DFCE99

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

Shades of Double Colonial White #DFCE99

Tints of Double Colonial White #DFCE99

Color information

#DFCE99 (or 0xDFCE99) is unknown color: approx Double Colonial White. HEX triplet: DF, CE and 99. RGB value is (223,206,153). Sum of RGB (Red+Green+Blue) = 223+206+153=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCE99 is #203166. Grayscale: #CDCDCD. Windows color (decimal): -2109799 or 10079967. OLE color: 10079967.

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

Color convert

RGB223206153-
CMYK00.080.310.13
HSL45.43º52.24%73.73%-
HSV(B)45.43º31.39%87.45%-
XYZ58.2562.1339.06-
YUV205.0498.63140.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 206 (80.86% from 255) = 35.40%
BLUE value IS 153 (60.16% from 255) = 26.29%
R=38.32%
G=35.40%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320615300.080.310.1345.4352.2473.73
HexDFCE99081FD2d344a
Octal33731623101037155564112
Binary110111111100111010011001010001111111011011011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCE99; }

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

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

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

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

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

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

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

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