Html Css Color HEX #DEBA82 Maize

📋 copy color: '#DEBA82'

red 222 ◦ green 186 ◦ blue 130

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

Shades of Maize #DEBA82

Tints of Maize #DEBA82

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.57%

 BLUE value IS 130 (51.17% from 255) = 24.16%

R = 41.26%
G = 34.57%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DEBA82 (or 0xDEBA82) is known color: Maize. HEX triplet: DE, BA and 82. RGB value is (222,186,130). Sum of RGB (Red+Green+Blue) = 222+186+130=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBA82 is #21457D. Grayscale: #BEBEBE. Windows color (decimal): -2180478 or 8567518. OLE color: 8567518.

HSL color Cylindrical-coordinate representation of color #DEBA82: hue angle of 36.52º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEBA82 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 186 130 -
CMYK 0 0.16 0.41 0.13
HSL 36.52º 0.58% 0.69% -
HSV(B) 36.52º 0.41% 0.87% -
XYZ 51.71 52.26 28.48 -
YUV 190.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 222 186 130 0 0.16 0.41 0.13 36.52 0.58 0.69
Hex DE BA 82 0 10 29 D 25 3A 45
Octal 336 272 202 0 20 51 15 45 72 105
Binary 11011110 10111010 10000010 0 10000 101001 1101 100101 111010 1000101

Color Harmonies of #DEBA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA82

Black with #DEBA82

Text Example


Text Example

White with #DEBA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA82; }

 p { color: rgb(222,186,130); }

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

background-color css

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

 a { background-color: rgb(222,186,130); }

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

border-color css

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

 span { border-color: rgb(222,186,130); }

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