#DDC791

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

Shades of Double Colonial White #DDC791

Tints of Double Colonial White #DDC791

Color information

#DDC791 (or 0xDDC791) is unknown color: approx Double Colonial White. HEX triplet: DD, C7 and 91. RGB value is (221,199,145). Sum of RGB (Red+Green+Blue) = 221+199+145=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 145 (57.03% from 255 or 25.66% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC791 is #22386E. Grayscale: #C7C7C7. Windows color (decimal): -2242671 or 9553885. OLE color: 9553885.

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

Color convert

RGB221199145-
CMYK00.100.340.13
HSL42.63º52.78%71.76%-
HSV(B)42.63º34.39%86.67%-
XYZ55.3558.2635.12-
YUV199.4297.29143.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 199 (78.12% from 255) = 35.22%
BLUE value IS 145 (57.03% from 255) = 25.66%
R=39.12%
G=35.22%
B=25.66%

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
Decimal22119914500.100.340.1342.6352.7871.76
HexDDC7910A22D2b3548
Octal33530722101242155365110
Binary1101110111000111100100010101010001011011010111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC791; }

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

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

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

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

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

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

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

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