Html Css Color HEX #DBA91C Galliano

📋 copy color: '#DBA91C'

red 219 ◦ green 169 ◦ blue 28

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

Shades of Galliano #DBA91C

Tints of Galliano #DBA91C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.63%

 BLUE value IS 28 (11.33% from 255) = 6.73%

R = 52.64%
G = 40.63%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBA91C (or 0xDBA91C) is known color: Galliano. HEX triplet: DB, A9 and 1C. RGB value is (219,169,28). Sum of RGB (Red+Green+Blue) = 219+169+28=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA91C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA91C is #2456E3. Grayscale: #A8A8A8. Windows color (decimal): -2381540 or 1878491. OLE color: 1878491.

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

Color convert

RGB 219 169 28 -
CMYK 0 0.23 0.87 0.14
HSL 44.29º 0.77% 0.48% -
HSV(B) 44.29º 0.87% 0.86% -
XYZ 43.61 43.52 7.2 -
YUV 167.88 49.07 164.46 -
System Red Green Blue C M Y K H S L
Decimal 219 169 28 0 0.23 0.87 0.14 44.29 0.77 0.48
Hex DB A9 1C 0 17 57 E 2C 4D 30
Octal 333 251 34 0 27 127 16 54 115 60
Binary 11011011 10101001 11100 0 10111 1010111 1110 101100 1001101 110000

Color Harmonies of #DBA91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA91C

Black with #DBA91C

Text Example


Text Example

White with #DBA91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA91C; }

 p { color: rgb(219,169,28); }

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

background-color css

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

 a { background-color: rgb(219,169,28); }

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

border-color css

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

 span { border-color: rgb(219,169,28); }

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