Html Css Color HEX #DEC794 Double Colonial White

📋 copy color: '#DEC794'

red 222 ◦ green 199 ◦ blue 148

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

Shades of Double Colonial White #DEC794

Tints of Double Colonial White #DEC794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.01%

R = 39.02%
G = 34.97%
B = 26.01%

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

#DEC794 (or 0xDEC794) is known color: Double Colonial White. HEX triplet: DE, C7 and 94. RGB value is (222,199,148). Sum of RGB (Red+Green+Blue) = 222+199+148=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC794 is #21386B. Grayscale: #C8C8C8. Windows color (decimal): -2177132 or 9750494. OLE color: 9750494.

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

Color convert

RGB 222 199 148 -
CMYK 0 0.10 0.33 0.13
HSL 41.35º 0.53% 0.73% -
HSV(B) 41.35º 0.33% 0.87% -
XYZ 55.89 58.51 36.37 -
YUV 200.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 222 199 148 0 0.10 0.33 0.13 41.35 0.53 0.73
Hex DE C7 94 0 A 21 D 29 35 49
Octal 336 307 224 0 12 41 15 51 65 111
Binary 11011110 11000111 10010100 0 1010 100001 1101 101001 110101 1001001

Color Harmonies of #DEC794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC794

Black with #DEC794

Text Example


Text Example

White with #DEC794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC794; }

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

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

background-color css

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

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

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

border-color css

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

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

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