Html Css Color HEX #DBB478 Maize

📋 copy color: '#DBB478'

red 219 ◦ green 180 ◦ blue 120

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

Shades of Maize #DBB478

Tints of Maize #DBB478

RGB

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

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

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

R = 42.2%
G = 34.68%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DBB478 (or 0xDBB478) is known color: Maize. HEX triplet: DB, B4 and 78. RGB value is (219,180,120). Sum of RGB (Red+Green+Blue) = 219+180+120=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB478 is #244B87. Grayscale: #B9B9B9. Windows color (decimal): -2378632 or 7910619. OLE color: 7910619.

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

Color convert

RGB 219 180 120 -
CMYK 0 0.18 0.45 0.14
HSL 36.36º 0.58% 0.66% -
HSV(B) 36.36º 0.45% 0.86% -
XYZ 48.92 49.06 24.66 -
YUV 184.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 219 180 120 0 0.18 0.45 0.14 36.36 0.58 0.66
Hex DB B4 78 0 12 2D E 24 3A 42
Octal 333 264 170 0 22 55 16 44 72 102
Binary 11011011 10110100 1111000 0 10010 101101 1110 100100 111010 1000010

Color Harmonies of #DBB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB478

Black with #DBB478

Text Example


Text Example

White with #DBB478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB478; }

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

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

background-color css

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

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

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

border-color css

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

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

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