Html Css Color HEX #DBA817 Galliano

📋 copy color: '#DBA817'

red 219 ◦ green 168 ◦ blue 23

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

Shades of Galliano #DBA817

Tints of Galliano #DBA817

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.98%

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

R = 53.41%
G = 40.98%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBA817 (or 0xDBA817) is known color: Galliano. HEX triplet: DB, A8 and 17. RGB value is (219,168,23). Sum of RGB (Red+Green+Blue) = 219+168+23=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA817 is #2457E8. Grayscale: #A7A7A7. Windows color (decimal): -2381801 or 1550555. OLE color: 1550555.

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

Color convert

RGB 219 168 23 -
CMYK 0 0.23 0.89 0.14
HSL 44.39º 0.81% 0.47% -
HSV(B) 44.39º 0.89% 0.86% -
XYZ 43.37 43.13 6.85 -
YUV 166.72 46.9 165.29 -
System Red Green Blue C M Y K H S L
Decimal 219 168 23 0 0.23 0.89 0.14 44.39 0.81 0.47
Hex DB A8 17 0 17 59 E 2C 51 2F
Octal 333 250 27 0 27 131 16 54 121 57
Binary 11011011 10101000 10111 0 10111 1011001 1110 101100 1010001 101111

Color Harmonies of #DBA817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA817

Black with #DBA817

Text Example


Text Example

White with #DBA817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA817; }

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

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

background-color css

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

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

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

border-color css

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

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

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