Html Css Color HEX #DDC995 Double Colonial White

📋 copy color: '#DDC995'

red 221 ◦ green 201 ◦ blue 149

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

Shades of Double Colonial White #DDC995

Tints of Double Colonial White #DDC995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.09%

R = 38.7%
G = 35.2%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDC995 (or 0xDDC995) is known color: Double Colonial White. HEX triplet: DD, C9 and 95. RGB value is (221,201,149). Sum of RGB (Red+Green+Blue) = 221+201+149=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC995 is #22366A. Grayscale: #C9C9C9. Windows color (decimal): -2242155 or 9816541. OLE color: 9816541.

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

Color convert

RGB 221 201 149 -
CMYK 0 0.09 0.33 0.13
HSL 43.33º 0.51% 0.73% -
HSV(B) 43.33º 0.33% 0.87% -
XYZ 56.13 59.32 36.92 -
YUV 201.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 221 201 149 0 0.09 0.33 0.13 43.33 0.51 0.73
Hex DD C9 95 0 9 21 D 2B 33 49
Octal 335 311 225 0 11 41 15 53 63 111
Binary 11011101 11001001 10010101 0 1001 100001 1101 101011 110011 1001001

Color Harmonies of #DDC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC995

Black with #DDC995

Text Example


Text Example

White with #DDC995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC995; }

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

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

background-color css

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

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

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

border-color css

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

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

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