#DDC792

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

Shades of Double Colonial White #DDC792

Tints of Double Colonial White #DDC792

Color information

#DDC792 (or 0xDDC792) is unknown color: approx Double Colonial White. HEX triplet: DD, C7 and 92. RGB value is (221,199,146). Sum of RGB (Red+Green+Blue) = 221+199+146=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC792 is #22386D. Grayscale: #C7C7C7. Windows color (decimal): -2242670 or 9619421. OLE color: 9619421.

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

Color convert

RGB221199146-
CMYK00.100.340.13
HSL42.4º52.45%71.96%-
HSV(B)42.4º33.94%86.67%-
XYZ55.4358.2935.52-
YUV199.5497.79143.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 199 (78.12% from 255) = 35.16%
BLUE value IS 146 (57.42% from 255) = 25.80%
R=39.05%
G=35.16%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119914600.100.340.1342.452.4571.96
HexDDC7920A22D2a3448
Octal33530722201242155264110
Binary1101110111000111100100100101010001011011010101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC792; }

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

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

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

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

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

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

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

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