Html Css Color HEX #DBB376 Maize

📋 copy color: '#DBB376'

red 219 ◦ green 179 ◦ blue 118

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

Shades of Maize #DBB376

Tints of Maize #DBB376

RGB

 RED value IS 219 (85.94% from 255) = 42.44%

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

 BLUE value IS 118 (46.48% from 255) = 22.87%

R = 42.44%
G = 34.69%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBB376 (or 0xDBB376) is known color: Maize. HEX triplet: DB, B3 and 76. RGB value is (219,179,118). Sum of RGB (Red+Green+Blue) = 219+179+118=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB376 is #244C89. Grayscale: #B8B8B8. Windows color (decimal): -2378890 or 7779291. OLE color: 7779291.

HSL color Cylindrical-coordinate representation of color #DBB376: hue angle of 36.24º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBB376 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 118 -
CMYK 0 0.18 0.46 0.14
HSL 36.24º 0.58% 0.66% -
HSV(B) 36.24º 0.46% 0.86% -
XYZ 48.6 48.61 23.96 -
YUV 184.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 219 179 118 0 0.18 0.46 0.14 36.24 0.58 0.66
Hex DB B3 76 0 12 2E E 24 3A 42
Octal 333 263 166 0 22 56 16 44 72 102
Binary 11011011 10110011 1110110 0 10010 101110 1110 100100 111010 1000010

Color Harmonies of #DBB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB376

Black with #DBB376

Text Example


Text Example

White with #DBB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB376; }

 p { color: rgb(219,179,118); }

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

background-color css

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

 a { background-color: rgb(219,179,118); }

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

border-color css

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

 span { border-color: rgb(219,179,118); }

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