Html Css Color HEX #DDC999 Double Colonial White

📋 copy color: '#DDC999'

red 221 ◦ green 201 ◦ blue 153

#DDC999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Double Colonial White #DDC999

Tints of Double Colonial White #DDC999

RGB

 RED value IS 221 (86.72% from 255) = 38.43%

 GREEN value IS 201 (78.91% from 255) = 34.96%

 BLUE value IS 153 (60.16% from 255) = 26.61%

R = 38.43%
G = 34.96%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDC999 (or 0xDDC999) is known color: Double Colonial White. HEX triplet: DD, C9 and 99. RGB value is (221,201,153). Sum of RGB (Red+Green+Blue) = 221+201+153=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC999 is #223666. Grayscale: #C9C9C9. Windows color (decimal): -2242151 or 10078685. OLE color: 10078685.

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

Color convert

RGB 221 201 153 -
CMYK 0 0.09 0.31 0.13
HSL 42.35º 0.5% 0.73% -
HSV(B) 42.35º 0.31% 0.87% -
XYZ 56.46 59.45 38.64 -
YUV 201.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 221 201 153 0 0.09 0.31 0.13 42.35 0.5 0.73
Hex DD C9 99 0 9 1F D 2A 32 49
Octal 335 311 231 0 11 37 15 52 62 111
Binary 11011101 11001001 10011001 0 1001 11111 1101 101010 110010 1001001

Color Harmonies of #DDC999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC999

Black with #DDC999

Text Example


Text Example

White with #DDC999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC999; }

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

 H1.HeaderClassName
 {
   color: #DDC999;
 }
 .AnyTagClassName
 {
   color: #DDC999;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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