Html Css Color HEX #DBA317 Galliano

📋 copy color: '#DBA317'

red 219 ◦ green 163 ◦ blue 23

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

Shades of Galliano #DBA317

Tints of Galliano #DBA317

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.25%

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

R = 54.07%
G = 40.25%
B = 5.68%

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

#DBA317 (or 0xDBA317) is known color: Galliano. HEX triplet: DB, A3 and 17. RGB value is (219,163,23). Sum of RGB (Red+Green+Blue) = 219+163+23=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA317 is #245CE8. Grayscale: #A4A4A4. Windows color (decimal): -2383081 or 1549275. OLE color: 1549275.

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

Color convert

RGB 219 163 23 -
CMYK 0 0.26 0.89 0.14
HSL 42.86º 0.81% 0.47% -
HSV(B) 42.86º 0.89% 0.86% -
XYZ 42.47 41.32 6.55 -
YUV 163.78 48.55 167.38 -
System Red Green Blue C M Y K H S L
Decimal 219 163 23 0 0.26 0.89 0.14 42.86 0.81 0.47
Hex DB A3 17 0 1A 59 E 2B 51 2F
Octal 333 243 27 0 32 131 16 53 121 57
Binary 11011011 10100011 10111 0 11010 1011001 1110 101011 1010001 101111

Color Harmonies of #DBA317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA317

Black with #DBA317

Text Example


Text Example

White with #DBA317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA317; }

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

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

background-color css

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

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

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

border-color css

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

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

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