Html Css Color HEX #DECC98 Double Colonial White

📋 copy color: '#DECC98'

red 222 ◦ green 204 ◦ blue 152

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

Shades of Double Colonial White #DECC98

Tints of Double Colonial White #DECC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.3%

R = 38.41%
G = 35.29%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DECC98 (or 0xDECC98) is known color: Double Colonial White. HEX triplet: DE, CC and 98. RGB value is (222,204,152). Sum of RGB (Red+Green+Blue) = 222+204+152=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 152 (59.77% from 255 or 26.30% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECC98 is #213367. Grayscale: #CBCBCB. Windows color (decimal): -2175848 or 10013918. OLE color: 10013918.

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

Color convert

RGB 222 204 152 -
CMYK 0 0.08 0.32 0.13
HSL 44.57º 0.51% 0.73% -
HSV(B) 44.57º 0.32% 0.87% -
XYZ 57.38 60.98 38.45 -
YUV 203.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 222 204 152 0 0.08 0.32 0.13 44.57 0.51 0.73
Hex DE CC 98 0 8 20 D 2D 33 49
Octal 336 314 230 0 10 40 15 55 63 111
Binary 11011110 11001100 10011000 0 1000 100000 1101 101101 110011 1001001

Color Harmonies of #DECC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC98

Black with #DECC98

Text Example


Text Example

White with #DECC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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