Html Css Color HEX #DECA90 Double Colonial White

📋 copy color: '#DECA90'

red 222 ◦ green 202 ◦ blue 144

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

Shades of Double Colonial White #DECA90

Tints of Double Colonial White #DECA90

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.56%

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

R = 39.08%
G = 35.56%
B = 25.35%

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

#DECA90 (or 0xDECA90) is known color: Double Colonial White. HEX triplet: DE, CA and 90. RGB value is (222,202,144). Sum of RGB (Red+Green+Blue) = 222+202+144=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECA90 is #21356F. Grayscale: #C9C9C9. Windows color (decimal): -2176368 or 9489118. OLE color: 9489118.

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

Color convert

RGB 222 202 144 -
CMYK 0 0.09 0.35 0.13
HSL 44.62º 0.54% 0.72% -
HSV(B) 44.62º 0.35% 0.87% -
XYZ 56.28 59.78 34.96 -
YUV 201.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 222 202 144 0 0.09 0.35 0.13 44.62 0.54 0.72
Hex DE CA 90 0 9 23 D 2D 36 48
Octal 336 312 220 0 11 43 15 55 66 110
Binary 11011110 11001010 10010000 0 1001 100011 1101 101101 110110 1001000

Color Harmonies of #DECA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA90

Black with #DECA90

Text Example


Text Example

White with #DECA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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