Html Css Color HEX #DEC691 Double Colonial White

📋 copy color: '#DEC691'

red 222 ◦ green 198 ◦ blue 145

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

Shades of Double Colonial White #DEC691

Tints of Double Colonial White #DEC691

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.04%

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

R = 39.29%
G = 35.04%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DEC691 (or 0xDEC691) is known color: Double Colonial White. HEX triplet: DE, C6 and 91. RGB value is (222,198,145). Sum of RGB (Red+Green+Blue) = 222+198+145=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 145 (57.03% from 255 or 25.66% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC691 is #21396E. Grayscale: #C7C7C7. Windows color (decimal): -2177391 or 9553630. OLE color: 9553630.

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

Color convert

RGB 222 198 145 -
CMYK 0 0.11 0.35 0.13
HSL 41.3º 0.54% 0.72% -
HSV(B) 41.3º 0.35% 0.87% -
XYZ 55.43 57.96 35.05 -
YUV 199.13 97.45 144.31 -
System Red Green Blue C M Y K H S L
Decimal 222 198 145 0 0.11 0.35 0.13 41.3 0.54 0.72
Hex DE C6 91 0 B 23 D 29 36 48
Octal 336 306 221 0 13 43 15 51 66 110
Binary 11011110 11000110 10010001 0 1011 100011 1101 101001 110110 1001000

Color Harmonies of #DEC691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC691

Black with #DEC691

Text Example


Text Example

White with #DEC691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC691; }

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

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

background-color css

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

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

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

border-color css

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

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

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