Html Css Color HEX #DECE90 Double Colonial White

📋 copy color: '#DECE90'

red 222 ◦ green 206 ◦ blue 144

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

Shades of Double Colonial White #DECE90

Tints of Double Colonial White #DECE90

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.01%

 BLUE value IS 144 (56.64% from 255) = 25.17%

R = 38.81%
G = 36.01%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DECE90 (or 0xDECE90) is known color: Double Colonial White. HEX triplet: DE, CE and 90. RGB value is (222,206,144). Sum of RGB (Red+Green+Blue) = 222+206+144=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECE90 is #21316F. Grayscale: #CBCBCB. Windows color (decimal): -2175344 or 9490142. OLE color: 9490142.

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

Color convert

RGB 222 206 144 -
CMYK 0 0.07 0.35 0.13
HSL 47.69º 0.54% 0.72% -
HSV(B) 47.69º 0.35% 0.87% -
XYZ 57.23 61.69 35.28 -
YUV 203.72 94.3 141.04 -
System Red Green Blue C M Y K H S L
Decimal 222 206 144 0 0.07 0.35 0.13 47.69 0.54 0.72
Hex DE CE 90 0 7 23 D 30 36 48
Octal 336 316 220 0 7 43 15 60 66 110
Binary 11011110 11001110 10010000 0 111 100011 1101 110000 110110 1001000

Color Harmonies of #DECE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECE90

Black with #DECE90

Text Example


Text Example

White with #DECE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECE90; }

 p { color: rgb(222,206,144); }

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

background-color css

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

 a { background-color: rgb(222,206,144); }

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

border-color css

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

 span { border-color: rgb(222,206,144); }

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