Html Css Color HEX #DBA61C Galliano

📋 copy color: '#DBA61C'

red 219 ◦ green 166 ◦ blue 28

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

Shades of Galliano #DBA61C

Tints of Galliano #DBA61C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.19%

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

R = 53.03%
G = 40.19%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBA61C (or 0xDBA61C) is known color: Galliano. HEX triplet: DB, A6 and 1C. RGB value is (219,166,28). Sum of RGB (Red+Green+Blue) = 219+166+28=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA61C is #2459E3. Grayscale: #A6A6A6. Windows color (decimal): -2382308 or 1877723. OLE color: 1877723.

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

Color convert

RGB 219 166 28 -
CMYK 0 0.24 0.87 0.14
HSL 43.35º 0.77% 0.48% -
HSV(B) 43.35º 0.87% 0.86% -
XYZ 43.06 42.42 7.02 -
YUV 166.12 50.06 165.72 -
System Red Green Blue C M Y K H S L
Decimal 219 166 28 0 0.24 0.87 0.14 43.35 0.77 0.48
Hex DB A6 1C 0 18 57 E 2B 4D 30
Octal 333 246 34 0 30 127 16 53 115 60
Binary 11011011 10100110 11100 0 11000 1010111 1110 101011 1001101 110000

Color Harmonies of #DBA61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA61C

Black with #DBA61C

Text Example


Text Example

White with #DBA61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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