Html Css Color HEX #DECC9D Double Colonial White

📋 copy color: '#DECC9D'

red 222 ◦ green 204 ◦ blue 157

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

Shades of Double Colonial White #DECC9D

Tints of Double Colonial White #DECC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.93%

R = 38.08%
G = 34.99%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DECC9D (or 0xDECC9D) is known color: Double Colonial White. HEX triplet: DE, CC and 9D. RGB value is (222,204,157). Sum of RGB (Red+Green+Blue) = 222+204+157=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECC9D is #213362. Grayscale: #CCCCCC. Windows color (decimal): -2175843 or 10341598. OLE color: 10341598.

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

Color convert

RGB 222 204 157 -
CMYK 0 0.08 0.29 0.13
HSL 43.38º 0.5% 0.74% -
HSV(B) 43.38º 0.29% 0.87% -
XYZ 57.8 61.15 40.65 -
YUV 204.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 222 204 157 0 0.08 0.29 0.13 43.38 0.5 0.74
Hex DE CC 9D 0 8 1D D 2B 32 4A
Octal 336 314 235 0 10 35 15 53 62 112
Binary 11011110 11001100 10011101 0 1000 11101 1101 101011 110010 1001010

Color Harmonies of #DECC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC9D

Black with #DECC9D

Text Example


Text Example

White with #DECC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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