Html Css Color HEX #DEC890 Double Colonial White

📋 copy color: '#DEC890'

red 222 ◦ green 200 ◦ blue 144

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

Shades of Double Colonial White #DEC890

Tints of Double Colonial White #DEC890

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.34%

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

R = 39.22%
G = 35.34%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DEC890 (or 0xDEC890) is known color: Double Colonial White. HEX triplet: DE, C8 and 90. RGB value is (222,200,144). Sum of RGB (Red+Green+Blue) = 222+200+144=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC890 is #21376F. Grayscale: #C8C8C8. Windows color (decimal): -2176880 or 9488606. OLE color: 9488606.

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

Color convert

RGB 222 200 144 -
CMYK 0 0.10 0.35 0.13
HSL 43.08º 0.54% 0.72% -
HSV(B) 43.08º 0.35% 0.87% -
XYZ 55.81 58.85 34.8 -
YUV 200.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 222 200 144 0 0.10 0.35 0.13 43.08 0.54 0.72
Hex DE C8 90 0 A 23 D 2B 36 48
Octal 336 310 220 0 12 43 15 53 66 110
Binary 11011110 11001000 10010000 0 1010 100011 1101 101011 110110 1001000

Color Harmonies of #DEC890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC890

Black with #DEC890

Text Example


Text Example

White with #DEC890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC890; }

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

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

background-color css

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

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

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

border-color css

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

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

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