Html Css Color HEX #DEB47A Maize

📋 copy color: '#DEB47A'

red 222 ◦ green 180 ◦ blue 122

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

Shades of Maize #DEB47A

Tints of Maize #DEB47A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.35%

 BLUE value IS 122 (48.05% from 255) = 23.28%

R = 42.37%
G = 34.35%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DEB47A (or 0xDEB47A) is known color: Maize. HEX triplet: DE, B4 and 7A. RGB value is (222,180,122). Sum of RGB (Red+Green+Blue) = 222+180+122=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB47A is #214B85. Grayscale: #BABABA. Windows color (decimal): -2182022 or 8041694. OLE color: 8041694.

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

Color convert

RGB 222 180 122 -
CMYK 0 0.19 0.45 0.13
HSL 34.8º 0.6% 0.67% -
HSV(B) 34.8º 0.45% 0.87% -
XYZ 49.96 49.58 25.35 -
YUV 185.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 222 180 122 0 0.19 0.45 0.13 34.8 0.6 0.67
Hex DE B4 7A 0 13 2D D 23 3C 43
Octal 336 264 172 0 23 55 15 43 74 103
Binary 11011110 10110100 1111010 0 10011 101101 1101 100011 111100 1000011

Color Harmonies of #DEB47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB47A

Black with #DEB47A

Text Example


Text Example

White with #DEB47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB47A; }

 p { color: rgb(222,180,122); }

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

background-color css

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

 a { background-color: rgb(222,180,122); }

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

border-color css

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

 span { border-color: rgb(222,180,122); }

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