#DDC992

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

Shades of Double Colonial White #DDC992

Tints of Double Colonial White #DDC992

Color information

#DDC992 (or 0xDDC992) is unknown color: approx Double Colonial White. HEX triplet: DD, C9 and 92. RGB value is (221,201,146). Sum of RGB (Red+Green+Blue) = 221+201+146=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC992 is #22366D. Grayscale: #C8C8C8. Windows color (decimal): -2242158 or 9619933. OLE color: 9619933.

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

Color convert

RGB221201146-
CMYK00.090.340.13
HSL44º52.45%71.96%-
HSV(B)44º33.94%86.67%-
XYZ55.8959.2235.68-
YUV200.7197.13142.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 201 (78.91% from 255) = 35.39%
BLUE value IS 146 (57.42% from 255) = 25.70%
R=38.91%
G=35.39%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120114600.090.340.134452.4571.96
HexDDC9920922D2c3448
Octal33531122201142155464110
Binary1101110111001001100100100100110001011011011001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC992; }

 p { color: rgb(221,201,146); }

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

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

 a { background-color: rgb(221,201,146); }

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

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

 span { border-color: rgb(221,201,146); }

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