#DFCE98

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

Shades of Double Colonial White #DFCE98

Tints of Double Colonial White #DFCE98

Color information

#DFCE98 (or 0xDFCE98) is unknown color: approx Double Colonial White. HEX triplet: DF, CE and 98. RGB value is (223,206,152). Sum of RGB (Red+Green+Blue) = 223+206+152=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCE98 is #203167. Grayscale: #CDCDCD. Windows color (decimal): -2109800 or 10014431. OLE color: 10014431.

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

Color convert

RGB223206152-
CMYK00.080.320.13
HSL45.63º52.59%73.53%-
HSV(B)45.63º31.84%87.45%-
XYZ58.1762.138.63-
YUV204.9398.13140.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.38%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 152 (59.77% from 255) = 26.16%
R=38.38%
G=35.46%
B=26.16%

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
Decimal22320615200.080.320.1345.6352.5973.53
HexDFCE980820D2e354a
Octal33731623001040155665112
Binary1101111111001110100110000100010000011011011101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCE98; }

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

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

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

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

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

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

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

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