Html Css Color HEX #DEC891 Double Colonial White

📋 copy color: '#DEC891'

red 222 ◦ green 200 ◦ blue 145

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

Shades of Double Colonial White #DEC891

Tints of Double Colonial White #DEC891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.57%

R = 39.15%
G = 35.27%
B = 25.57%

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

#DEC891 (or 0xDEC891) is known color: Double Colonial White. HEX triplet: DE, C8 and 91. RGB value is (222,200,145). Sum of RGB (Red+Green+Blue) = 222+200+145=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 145 (57.03% from 255 or 25.57% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC891 is #21376E. Grayscale: #C8C8C8. Windows color (decimal): -2176879 or 9554142. OLE color: 9554142.

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

Color convert

RGB 222 200 145 -
CMYK 0 0.10 0.35 0.13
HSL 42.86º 0.54% 0.72% -
HSV(B) 42.86º 0.35% 0.87% -
XYZ 55.89 58.88 35.21 -
YUV 200.31 96.79 143.47 -
System Red Green Blue C M Y K H S L
Decimal 222 200 145 0 0.10 0.35 0.13 42.86 0.54 0.72
Hex DE C8 91 0 A 23 D 2B 36 48
Octal 336 310 221 0 12 43 15 53 66 110
Binary 11011110 11001000 10010001 0 1010 100011 1101 101011 110110 1001000

Color Harmonies of #DEC891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC891

Black with #DEC891

Text Example


Text Example

White with #DEC891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC891; }

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

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

background-color css

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

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

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

border-color css

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

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

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