#DFCE9A

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

Shades of Double Colonial White #DFCE9A

Tints of Double Colonial White #DFCE9A

Color information

#DFCE9A (or 0xDFCE9A) is unknown color: approx Double Colonial White. HEX triplet: DF, CE and 9A. RGB value is (223,206,154). Sum of RGB (Red+Green+Blue) = 223+206+154=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 154 (60.55% from 255 or 26.42% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCE9A is #203165. Grayscale: #CDCDCD. Windows color (decimal): -2109798 or 10145503. OLE color: 10145503.

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

Color convert

RGB223206154-
CMYK00.080.310.13
HSL45.22º51.88%73.92%-
HSV(B)45.22º30.94%87.45%-
XYZ58.3462.1639.5-
YUV205.1699.13140.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 206 (80.86% from 255) = 35.33%
BLUE value IS 154 (60.55% from 255) = 26.42%
R=38.25%
G=35.33%
B=26.42%

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
Decimal22320615400.080.310.1345.2251.8873.92
HexDFCE9A081FD2d344a
Octal33731623201037155564112
Binary110111111100111010011010010001111111011011011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCE9A; }

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

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

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

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

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

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

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

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