Html Css Color HEX #DEB77F Maize

📋 copy color: '#DEB77F'

red 222 ◦ green 183 ◦ blue 127

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

Shades of Maize #DEB77F

Tints of Maize #DEB77F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.87%

R = 41.73%
G = 34.4%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DEB77F (or 0xDEB77F) is known color: Maize. HEX triplet: DE, B7 and 7F. RGB value is (222,183,127). Sum of RGB (Red+Green+Blue) = 222+183+127=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB77F is #214880. Grayscale: #BCBCBC. Windows color (decimal): -2181249 or 8370142. OLE color: 8370142.

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

Color convert

RGB 222 183 127 -
CMYK 0 0.18 0.43 0.13
HSL 35.37º 0.59% 0.68% -
HSV(B) 35.37º 0.43% 0.87% -
XYZ 50.89 50.93 27.23 -
YUV 188.28 93.42 152.05 -
System Red Green Blue C M Y K H S L
Decimal 222 183 127 0 0.18 0.43 0.13 35.37 0.59 0.68
Hex DE B7 7F 0 12 2B D 23 3B 44
Octal 336 267 177 0 22 53 15 43 73 104
Binary 11011110 10110111 1111111 0 10010 101011 1101 100011 111011 1000100

Color Harmonies of #DEB77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB77F

Black with #DEB77F

Text Example


Text Example

White with #DEB77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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