Html Css Color HEX #DBA61B Galliano

📋 copy color: '#DBA61B'

red 219 ◦ green 166 ◦ blue 27

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

Shades of Galliano #DBA61B

Tints of Galliano #DBA61B

RGB

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

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

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

R = 53.16%
G = 40.29%
B = 6.55%

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

#DBA61B (or 0xDBA61B) is known color: Galliano. HEX triplet: DB, A6 and 1B. RGB value is (219,166,27). Sum of RGB (Red+Green+Blue) = 219+166+27=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA61B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA61B is #2459E4. Grayscale: #A6A6A6. Windows color (decimal): -2382309 or 1812187. OLE color: 1812187.

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

Color convert

RGB 219 166 27 -
CMYK 0 0.24 0.88 0.14
HSL 43.44º 0.78% 0.48% -
HSV(B) 43.44º 0.88% 0.86% -
XYZ 43.05 42.41 6.95 -
YUV 166 49.56 165.8 -
System Red Green Blue C M Y K H S L
Decimal 219 166 27 0 0.24 0.88 0.14 43.44 0.78 0.48
Hex DB A6 1B 0 18 58 E 2B 4E 30
Octal 333 246 33 0 30 130 16 53 116 60
Binary 11011011 10100110 11011 0 11000 1011000 1110 101011 1001110 110000

Color Harmonies of #DBA61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA61B

Black with #DBA61B

Text Example


Text Example

White with #DBA61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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