Html Css Color HEX #DBA71B Galliano

📋 copy color: '#DBA71B'

red 219 ◦ green 167 ◦ blue 27

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

Shades of Galliano #DBA71B

Tints of Galliano #DBA71B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.44%

 BLUE value IS 27 (10.94% from 255) = 6.54%

R = 53.03%
G = 40.44%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBA71B (or 0xDBA71B) is known color: Galliano. HEX triplet: DB, A7 and 1B. RGB value is (219,167,27). Sum of RGB (Red+Green+Blue) = 219+167+27=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA71B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA71B is #2458E4. Grayscale: #A7A7A7. Windows color (decimal): -2382053 or 1812443. OLE color: 1812443.

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

Color convert

RGB 219 167 27 -
CMYK 0 0.24 0.88 0.14
HSL 43.75º 0.78% 0.48% -
HSV(B) 43.75º 0.88% 0.86% -
XYZ 43.23 42.78 7.02 -
YUV 166.59 49.23 165.38 -
System Red Green Blue C M Y K H S L
Decimal 219 167 27 0 0.24 0.88 0.14 43.75 0.78 0.48
Hex DB A7 1B 0 18 58 E 2C 4E 30
Octal 333 247 33 0 30 130 16 54 116 60
Binary 11011011 10100111 11011 0 11000 1011000 1110 101100 1001110 110000

Color Harmonies of #DBA71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA71B

Black with #DBA71B

Text Example


Text Example

White with #DBA71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA71B; }

 p { color: rgb(219,167,27); }

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

background-color css

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

 a { background-color: rgb(219,167,27); }

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

border-color css

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

 span { border-color: rgb(219,167,27); }

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