Html Css Color HEX #DECC9B Double Colonial White

📋 copy color: '#DECC9B'

red 222 ◦ green 204 ◦ blue 155

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

Shades of Double Colonial White #DECC9B

Tints of Double Colonial White #DECC9B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.11%

 BLUE value IS 155 (60.94% from 255) = 26.68%

R = 38.21%
G = 35.11%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DECC9B (or 0xDECC9B) is known color: Double Colonial White. HEX triplet: DE, CC and 9B. RGB value is (222,204,155). Sum of RGB (Red+Green+Blue) = 222+204+155=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECC9B is #213364. Grayscale: #CCCCCC. Windows color (decimal): -2175845 or 10210526. OLE color: 10210526.

HSL color Cylindrical-coordinate representation of color #DECC9B: hue angle of 43.88º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DECC9B is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 204 155 -
CMYK 0 0.08 0.30 0.13
HSL 43.88º 0.5% 0.74% -
HSV(B) 43.88º 0.3% 0.87% -
XYZ 57.63 61.08 39.76 -
YUV 203.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 222 204 155 0 0.08 0.30 0.13 43.88 0.5 0.74
Hex DE CC 9B 0 8 1E D 2C 32 4A
Octal 336 314 233 0 10 36 15 54 62 112
Binary 11011110 11001100 10011011 0 1000 11110 1101 101100 110010 1001010

Color Harmonies of #DECC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC9B

Black with #DECC9B

Text Example


Text Example

White with #DECC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC9B; }

 p { color: rgb(222,204,155); }

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

background-color css

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

 a { background-color: rgb(222,204,155); }

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

border-color css

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

 span { border-color: rgb(222,204,155); }

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