Html Css Color HEX #DBB476 Maize

📋 copy color: '#DBB476'

red 219 ◦ green 180 ◦ blue 118

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

Shades of Maize #DBB476

Tints of Maize #DBB476

RGB

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

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

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

R = 42.36%
G = 34.82%
B = 22.82%

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

#DBB476 (or 0xDBB476) is known color: Maize. HEX triplet: DB, B4 and 76. RGB value is (219,180,118). Sum of RGB (Red+Green+Blue) = 219+180+118=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB476 is #244B89. Grayscale: #B8B8B8. Windows color (decimal): -2378634 or 7779547. OLE color: 7779547.

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

Color convert

RGB 219 180 118 -
CMYK 0 0.18 0.46 0.14
HSL 36.83º 0.58% 0.66% -
HSV(B) 36.83º 0.46% 0.86% -
XYZ 48.8 49.01 24.03 -
YUV 184.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 219 180 118 0 0.18 0.46 0.14 36.83 0.58 0.66
Hex DB B4 76 0 12 2E E 25 3A 42
Octal 333 264 166 0 22 56 16 45 72 102
Binary 11011011 10110100 1110110 0 10010 101110 1110 100101 111010 1000010

Color Harmonies of #DBB476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB476

Black with #DBB476

Text Example


Text Example

White with #DBB476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB476; }

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

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

background-color css

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

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

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

border-color css

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

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

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