Html Css Color HEX #DEC795 Double Colonial White

📋 copy color: '#DEC795'

red 222 ◦ green 199 ◦ blue 149

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

Shades of Double Colonial White #DEC795

Tints of Double Colonial White #DEC795

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.91%

 BLUE value IS 149 (58.59% from 255) = 26.14%

R = 38.95%
G = 34.91%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DEC795 (or 0xDEC795) is known color: Double Colonial White. HEX triplet: DE, C7 and 95. RGB value is (222,199,149). Sum of RGB (Red+Green+Blue) = 222+199+149=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC795 is #21386A. Grayscale: #C8C8C8. Windows color (decimal): -2177131 or 9816030. OLE color: 9816030.

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

Color convert

RGB 222 199 149 -
CMYK 0 0.10 0.33 0.13
HSL 41.1º 0.53% 0.73% -
HSV(B) 41.1º 0.33% 0.87% -
XYZ 55.97 58.55 36.78 -
YUV 200.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 222 199 149 0 0.10 0.33 0.13 41.1 0.53 0.73
Hex DE C7 95 0 A 21 D 29 35 49
Octal 336 307 225 0 12 41 15 51 65 111
Binary 11011110 11000111 10010101 0 1010 100001 1101 101001 110101 1001001

Color Harmonies of #DEC795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC795

Black with #DEC795

Text Example


Text Example

White with #DEC795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC795; }

 p { color: rgb(222,199,149); }

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

background-color css

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

 a { background-color: rgb(222,199,149); }

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

border-color css

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

 span { border-color: rgb(222,199,149); }

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