Html Css Color HEX #DBB477 Maize

📋 copy color: '#DBB477'

red 219 ◦ green 180 ◦ blue 119

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

Shades of Maize #DBB477

Tints of Maize #DBB477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.97%

R = 42.28%
G = 34.75%
B = 22.97%

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

#DBB477 (or 0xDBB477) is known color: Maize. HEX triplet: DB, B4 and 77. RGB value is (219,180,119). Sum of RGB (Red+Green+Blue) = 219+180+119=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB477 is #244B88. Grayscale: #B8B8B8. Windows color (decimal): -2378633 or 7845083. OLE color: 7845083.

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

Color convert

RGB 219 180 119 -
CMYK 0 0.18 0.46 0.14
HSL 36.6º 0.58% 0.66% -
HSV(B) 36.6º 0.46% 0.86% -
XYZ 48.86 49.03 24.34 -
YUV 184.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 219 180 119 0 0.18 0.46 0.14 36.6 0.58 0.66
Hex DB B4 77 0 12 2E E 25 3A 42
Octal 333 264 167 0 22 56 16 45 72 102
Binary 11011011 10110100 1110111 0 10010 101110 1110 100101 111010 1000010

Color Harmonies of #DBB477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB477

Black with #DBB477

Text Example


Text Example

White with #DBB477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB477; }

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

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

background-color css

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

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

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

border-color css

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

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

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