Html Css Color HEX #DDC991 Double Colonial White

📋 copy color: '#DDC991'

red 221 ◦ green 201 ◦ blue 145

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

Shades of Double Colonial White #DDC991

Tints of Double Colonial White #DDC991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.57%

R = 38.98%
G = 35.45%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDC991 (or 0xDDC991) is known color: Double Colonial White. HEX triplet: DD, C9 and 91. RGB value is (221,201,145). Sum of RGB (Red+Green+Blue) = 221+201+145=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 145 (57.03% from 255 or 25.57% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC991 is #22366E. Grayscale: #C8C8C8. Windows color (decimal): -2242159 or 9554397. OLE color: 9554397.

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

Color convert

RGB 221 201 145 -
CMYK 0 0.09 0.34 0.13
HSL 44.21º 0.53% 0.72% -
HSV(B) 44.21º 0.34% 0.87% -
XYZ 55.82 59.19 35.27 -
YUV 200.6 96.63 142.55 -
System Red Green Blue C M Y K H S L
Decimal 221 201 145 0 0.09 0.34 0.13 44.21 0.53 0.72
Hex DD C9 91 0 9 22 D 2C 35 48
Octal 335 311 221 0 11 42 15 54 65 110
Binary 11011101 11001001 10010001 0 1001 100010 1101 101100 110101 1001000

Color Harmonies of #DDC991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC991

Black with #DDC991

Text Example


Text Example

White with #DDC991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC991; }

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

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

background-color css

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

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

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

border-color css

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

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

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