Html Css Color HEX #DEC991 Double Colonial White

📋 copy color: '#DEC991'

red 222 ◦ green 201 ◦ blue 145

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

Shades of Double Colonial White #DEC991

Tints of Double Colonial White #DEC991

RGB

 RED value IS 222 (87.11% from 255) = 39.08%

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

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

R = 39.08%
G = 35.39%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DEC991 (or 0xDEC991) is known color: Double Colonial White. HEX triplet: DE, C9 and 91. RGB value is (222,201,145). Sum of RGB (Red+Green+Blue) = 222+201+145=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 145 (57.03% from 255 or 25.53% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC991 is #21366E. Grayscale: #C9C9C9. Windows color (decimal): -2176623 or 9554398. OLE color: 9554398.

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

Color convert

RGB 222 201 145 -
CMYK 0 0.09 0.35 0.13
HSL 43.64º 0.54% 0.72% -
HSV(B) 43.64º 0.35% 0.87% -
XYZ 56.12 59.35 35.29 -
YUV 200.9 96.46 143.05 -
System Red Green Blue C M Y K H S L
Decimal 222 201 145 0 0.09 0.35 0.13 43.64 0.54 0.72
Hex DE C9 91 0 9 23 D 2C 36 48
Octal 336 311 221 0 11 43 15 54 66 110
Binary 11011110 11001001 10010001 0 1001 100011 1101 101100 110110 1001000

Color Harmonies of #DEC991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC991

Black with #DEC991

Text Example


Text Example

White with #DEC991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC991; }

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

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

background-color css

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

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

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

border-color css

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

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

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