Html Css Color HEX #DBB016 Galliano

📋 copy color: '#DBB016'

red 219 ◦ green 176 ◦ blue 22

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

Shades of Galliano #DBB016

Tints of Galliano #DBB016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.28%

R = 52.52%
G = 42.21%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBB016 (or 0xDBB016) is known color: Galliano. HEX triplet: DB, B0 and 16. RGB value is (219,176,22). Sum of RGB (Red+Green+Blue) = 219+176+22=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB016 is #244FE9. Grayscale: #ABABAB. Windows color (decimal): -2379754 or 1487067. OLE color: 1487067.

HSL color Cylindrical-coordinate representation of color #DBB016: hue angle of 46.9º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBB016 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 22 -
CMYK 0 0.20 0.90 0.14
HSL 46.9º 0.82% 0.47% -
HSV(B) 46.9º 0.9% 0.86% -
XYZ 44.88 46.17 7.3 -
YUV 171.3 43.75 162.02 -
System Red Green Blue C M Y K H S L
Decimal 219 176 22 0 0.20 0.90 0.14 46.9 0.82 0.47
Hex DB B0 16 0 14 5A E 2F 52 2F
Octal 333 260 26 0 24 132 16 57 122 57
Binary 11011011 10110000 10110 0 10100 1011010 1110 101111 1010010 101111

Color Harmonies of #DBB016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB016

Black with #DBB016

Text Example


Text Example

White with #DBB016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB016; }

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

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

background-color css

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

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

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

border-color css

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

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

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