Html Css Color HEX #DBA117 Galliano

📋 copy color: '#DBA117'

red 219 ◦ green 161 ◦ blue 23

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

Shades of Galliano #DBA117

Tints of Galliano #DBA117

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.95%

 BLUE value IS 23 (9.38% from 255) = 5.71%

R = 54.34%
G = 39.95%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBA117 (or 0xDBA117) is known color: Galliano. HEX triplet: DB, A1 and 17. RGB value is (219,161,23). Sum of RGB (Red+Green+Blue) = 219+161+23=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 23 (9.38% from 255 or 5.71% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA117 is #245EE8. Grayscale: #A3A3A3. Windows color (decimal): -2383593 or 1548763. OLE color: 1548763.

HSL color Cylindrical-coordinate representation of color #DBA117: hue angle of 42.24º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBA117 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 161 23 -
CMYK 0 0.26 0.89 0.14
HSL 42.24º 0.81% 0.47% -
HSV(B) 42.24º 0.89% 0.86% -
XYZ 42.11 40.61 6.43 -
YUV 162.61 49.22 168.22 -
System Red Green Blue C M Y K H S L
Decimal 219 161 23 0 0.26 0.89 0.14 42.24 0.81 0.47
Hex DB A1 17 0 1A 59 E 2A 51 2F
Octal 333 241 27 0 32 131 16 52 121 57
Binary 11011011 10100001 10111 0 11010 1011001 1110 101010 1010001 101111

Color Harmonies of #DBA117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA117

Black with #DBA117

Text Example


Text Example

White with #DBA117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA117; }

 p { color: rgb(219,161,23); }

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

background-color css

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

 a { background-color: rgb(219,161,23); }

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

border-color css

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

 span { border-color: rgb(219,161,23); }

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