Html Css Color HEX #DBB118 Galliano

📋 copy color: '#DBB118'

red 219 ◦ green 177 ◦ blue 24

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

Shades of Galliano #DBB118

Tints of Galliano #DBB118

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.14%

 BLUE value IS 24 (9.77% from 255) = 5.71%

R = 52.14%
G = 42.14%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBB118 (or 0xDBB118) is known color: Galliano. HEX triplet: DB, B1 and 18. RGB value is (219,177,24). Sum of RGB (Red+Green+Blue) = 219+177+24=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB118 is #244EE7. Grayscale: #ACACAC. Windows color (decimal): -2379496 or 1618395. OLE color: 1618395.

HSL color Cylindrical-coordinate representation of color #DBB118: hue angle of 47.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBB118 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 177 24 -
CMYK 0 0.19 0.89 0.14
HSL 47.08º 0.8% 0.48% -
HSV(B) 47.08º 0.89% 0.86% -
XYZ 45.1 46.57 7.48 -
YUV 172.12 44.41 161.44 -
System Red Green Blue C M Y K H S L
Decimal 219 177 24 0 0.19 0.89 0.14 47.08 0.8 0.48
Hex DB B1 18 0 13 59 E 2F 50 30
Octal 333 261 30 0 23 131 16 57 120 60
Binary 11011011 10110001 11000 0 10011 1011001 1110 101111 1010000 110000

Color Harmonies of #DBB118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB118

Black with #DBB118

Text Example


Text Example

White with #DBB118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB118; }

 p { color: rgb(219,177,24); }

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

background-color css

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

 a { background-color: rgb(219,177,24); }

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

border-color css

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

 span { border-color: rgb(219,177,24); }

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