#DDC998

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

Shades of Double Colonial White #DDC998

Tints of Double Colonial White #DDC998

Color information

#DDC998 (or 0xDDC998) is unknown color: approx Double Colonial White. HEX triplet: DD, C9 and 98. RGB value is (221,201,152). Sum of RGB (Red+Green+Blue) = 221+201+152=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC998 is #223667. Grayscale: #C9C9C9. Windows color (decimal): -2242152 or 10013149. OLE color: 10013149.

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

Color convert

RGB221201152-
CMYK00.090.310.13
HSL42.61º50.36%73.14%-
HSV(B)42.61º31.22%86.67%-
XYZ56.3759.4138.2-
YUV201.39100.13141.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 201 (78.91% from 255) = 35.02%
BLUE value IS 152 (59.77% from 255) = 26.48%
R=38.50%
G=35.02%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120115200.090.310.1342.6150.3673.14
HexDDC998091FD2b3249
Octal33531123001137155362111
Binary110111011100100110011000010011111111011010111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC998; }

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

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

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

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

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

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

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

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