Html Css Color HEX #DEC793 Double Colonial White

📋 copy color: '#DEC793'

red 222 ◦ green 199 ◦ blue 147

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

Shades of Double Colonial White #DEC793

Tints of Double Colonial White #DEC793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.88%

R = 39.08%
G = 35.04%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DEC793 (or 0xDEC793) is known color: Double Colonial White. HEX triplet: DE, C7 and 93. RGB value is (222,199,147). Sum of RGB (Red+Green+Blue) = 222+199+147=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 147 (57.81% from 255 or 25.88% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC793 is #21386C. Grayscale: #C8C8C8. Windows color (decimal): -2177133 or 9684958. OLE color: 9684958.

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

Color convert

RGB 222 199 147 -
CMYK 0 0.10 0.34 0.13
HSL 41.6º 0.53% 0.72% -
HSV(B) 41.6º 0.34% 0.87% -
XYZ 55.81 58.48 35.95 -
YUV 199.95 98.12 143.73 -
System Red Green Blue C M Y K H S L
Decimal 222 199 147 0 0.10 0.34 0.13 41.6 0.53 0.72
Hex DE C7 93 0 A 22 D 2A 35 48
Octal 336 307 223 0 12 42 15 52 65 110
Binary 11011110 11000111 10010011 0 1010 100010 1101 101010 110101 1001000

Color Harmonies of #DEC793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC793

Black with #DEC793

Text Example


Text Example

White with #DEC793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC793; }

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

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

background-color css

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

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

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

border-color css

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

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

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