Html Css Color HEX #DBA61D Galliano

📋 copy color: '#DBA61D'

red 219 ◦ green 166 ◦ blue 29

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

Shades of Galliano #DBA61D

Tints of Galliano #DBA61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7%

R = 52.9%
G = 40.1%
B = 7%

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

#DBA61D (or 0xDBA61D) is known color: Galliano. HEX triplet: DB, A6 and 1D. RGB value is (219,166,29). Sum of RGB (Red+Green+Blue) = 219+166+29=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA61D is #2459E2. Grayscale: #A6A6A6. Windows color (decimal): -2382307 or 1943259. OLE color: 1943259.

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

Color convert

RGB 219 166 29 -
CMYK 0 0.24 0.87 0.14
HSL 43.26º 0.77% 0.49% -
HSV(B) 43.26º 0.87% 0.86% -
XYZ 43.07 42.42 7.08 -
YUV 166.23 50.56 165.64 -
System Red Green Blue C M Y K H S L
Decimal 219 166 29 0 0.24 0.87 0.14 43.26 0.77 0.49
Hex DB A6 1D 0 18 57 E 2B 4D 31
Octal 333 246 35 0 30 127 16 53 115 61
Binary 11011011 10100110 11101 0 11000 1010111 1110 101011 1001101 110001

Color Harmonies of #DBA61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA61D

Black with #DBA61D

Text Example


Text Example

White with #DBA61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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