#DFCC90

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

Shades of Double Colonial White #DFCC90

Tints of Double Colonial White #DFCC90

Color information

#DFCC90 (or 0xDFCC90) is unknown color: approx Double Colonial White. HEX triplet: DF, CC and 90. RGB value is (223,204,144). Sum of RGB (Red+Green+Blue) = 223+204+144=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC90 is #20336F. Grayscale: #CBCBCB. Windows color (decimal): -2110320 or 9489631. OLE color: 9489631.

HSL color Cylindrical-coordinate representation of color #DFCC90: hue angle of 45.57º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFCC90 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB223204144-
CMYK00.090.350.13
HSL45.57º55.24%71.96%-
HSV(B)45.57º35.43%87.45%-
XYZ57.0660.8935.13-
YUV202.8494.79142.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 144 (56.64% from 255) = 25.22%
R=39.05%
G=35.73%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320414400.090.350.1345.5755.2471.96
HexDFCC900923D2e3748
Octal33731422001143155667110
Binary1101111111001100100100000100110001111011011101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC90; }

 p { color: rgb(223,204,144); }

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

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

 a { background-color: rgb(223,204,144); }

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

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

 span { border-color: rgb(223,204,144); }

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