Html Css Color HEX #DBB019 Galliano

📋 copy color: '#DBB019'

red 219 ◦ green 176 ◦ blue 25

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

Shades of Galliano #DBB019

Tints of Galliano #DBB019

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.9%

 BLUE value IS 25 (10.16% from 255) = 5.95%

R = 52.14%
G = 41.9%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBB019 (or 0xDBB019) is known color: Galliano. HEX triplet: DB, B0 and 19. RGB value is (219,176,25). Sum of RGB (Red+Green+Blue) = 219+176+25=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB019 is #244FE6. Grayscale: #ACACAC. Windows color (decimal): -2379751 or 1683675. OLE color: 1683675.

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

Color convert

RGB 219 176 25 -
CMYK 0 0.20 0.89 0.14
HSL 46.7º 0.8% 0.48% -
HSV(B) 46.7º 0.89% 0.86% -
XYZ 44.91 46.18 7.47 -
YUV 171.64 45.25 161.78 -
System Red Green Blue C M Y K H S L
Decimal 219 176 25 0 0.20 0.89 0.14 46.7 0.8 0.48
Hex DB B0 19 0 14 59 E 2F 50 30
Octal 333 260 31 0 24 131 16 57 120 60
Binary 11011011 10110000 11001 0 10100 1011001 1110 101111 1010000 110000

Color Harmonies of #DBB019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB019

Black with #DBB019

Text Example


Text Example

White with #DBB019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB019; }

 p { color: rgb(219,176,25); }

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

background-color css

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

 a { background-color: rgb(219,176,25); }

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

border-color css

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

 span { border-color: rgb(219,176,25); }

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