Html Css Color HEX #DEB776 Maize

📋 copy color: '#DEB776'

red 222 ◦ green 183 ◦ blue 118

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

Shades of Maize #DEB776

Tints of Maize #DEB776

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.99%

 BLUE value IS 118 (46.48% from 255) = 22.56%

R = 42.45%
G = 34.99%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DEB776 (or 0xDEB776) is known color: Maize. HEX triplet: DE, B7 and 76. RGB value is (222,183,118). Sum of RGB (Red+Green+Blue) = 222+183+118=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB776 is #214889. Grayscale: #BBBBBB. Windows color (decimal): -2181258 or 7780318. OLE color: 7780318.

HSL color Cylindrical-coordinate representation of color #DEB776: hue angle of 37.5º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEB776 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 183 118 -
CMYK 0 0.18 0.47 0.13
HSL 37.5º 0.61% 0.67% -
HSV(B) 37.5º 0.47% 0.87% -
XYZ 50.33 50.7 24.27 -
YUV 187.25 88.92 152.79 -
System Red Green Blue C M Y K H S L
Decimal 222 183 118 0 0.18 0.47 0.13 37.5 0.61 0.67
Hex DE B7 76 0 12 2F D 26 3D 43
Octal 336 267 166 0 22 57 15 46 75 103
Binary 11011110 10110111 1110110 0 10010 101111 1101 100110 111101 1000011

Color Harmonies of #DEB776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB776

Black with #DEB776

Text Example


Text Example

White with #DEB776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB776; }

 p { color: rgb(222,183,118); }

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

background-color css

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

 a { background-color: rgb(222,183,118); }

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

border-color css

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

 span { border-color: rgb(222,183,118); }

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