Html Css Color HEX #DEB57F Maize

📋 copy color: '#DEB57F'

red 222 ◦ green 181 ◦ blue 127

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

Shades of Maize #DEB57F

Tints of Maize #DEB57F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.15%

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

R = 41.89%
G = 34.15%
B = 23.96%

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

#DEB57F (or 0xDEB57F) is known color: Maize. HEX triplet: DE, B5 and 7F. RGB value is (222,181,127). Sum of RGB (Red+Green+Blue) = 222+181+127=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB57F is #214A80. Grayscale: #BBBBBB. Windows color (decimal): -2181761 or 8369630. OLE color: 8369630.

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

Color convert

RGB 222 181 127 -
CMYK 0 0.18 0.43 0.13
HSL 34.11º 0.59% 0.68% -
HSV(B) 34.11º 0.43% 0.87% -
XYZ 50.48 50.11 27.09 -
YUV 187.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 222 181 127 0 0.18 0.43 0.13 34.11 0.59 0.68
Hex DE B5 7F 0 12 2B D 22 3B 44
Octal 336 265 177 0 22 53 15 42 73 104
Binary 11011110 10110101 1111111 0 10010 101011 1101 100010 111011 1000100

Color Harmonies of #DEB57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB57F

Black with #DEB57F

Text Example


Text Example

White with #DEB57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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