Html Css Color HEX #DEB378 Maize

📋 copy color: '#DEB378'

red 222 ◦ green 179 ◦ blue 120

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

Shades of Maize #DEB378

Tints of Maize #DEB378

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.36%

 BLUE value IS 120 (47.27% from 255) = 23.03%

R = 42.61%
G = 34.36%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DEB378 (or 0xDEB378) is known color: Maize. HEX triplet: DE, B3 and 78. RGB value is (222,179,120). Sum of RGB (Red+Green+Blue) = 222+179+120=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB378 is #214C87. Grayscale: #B9B9B9. Windows color (decimal): -2182280 or 7910366. OLE color: 7910366.

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

Color convert

RGB 222 179 120 -
CMYK 0 0.19 0.46 0.13
HSL 34.71º 0.61% 0.67% -
HSV(B) 34.71º 0.46% 0.87% -
XYZ 49.63 49.13 24.64 -
YUV 185.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 222 179 120 0 0.19 0.46 0.13 34.71 0.61 0.67
Hex DE B3 78 0 13 2E D 23 3D 43
Octal 336 263 170 0 23 56 15 43 75 103
Binary 11011110 10110011 1111000 0 10011 101110 1101 100011 111101 1000011

Color Harmonies of #DEB378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB378

Black with #DEB378

Text Example


Text Example

White with #DEB378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB378; }

 p { color: rgb(222,179,120); }

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

background-color css

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

 a { background-color: rgb(222,179,120); }

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

border-color css

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

 span { border-color: rgb(222,179,120); }

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