Html Css Color HEX #DBAD13 Galliano

📋 copy color: '#DBAD13'

red 219 ◦ green 173 ◦ blue 19

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

Shades of Galliano #DBAD13

Tints of Galliano #DBAD13

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.09%

 BLUE value IS 19 (7.81% from 255) = 4.62%

R = 53.28%
G = 42.09%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBAD13 (or 0xDBAD13) is known color: Galliano. HEX triplet: DB, AD and 13. RGB value is (219,173,19). Sum of RGB (Red+Green+Blue) = 219+173+19=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD13 is #2452EC. Grayscale: #A9A9A9. Windows color (decimal): -2380525 or 1289691. OLE color: 1289691.

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

Color convert

RGB 219 173 19 -
CMYK 0 0.21 0.91 0.14
HSL 46.2º 0.84% 0.47% -
HSV(B) 46.2º 0.91% 0.86% -
XYZ 44.27 44.99 6.97 -
YUV 169.2 43.24 163.52 -
System Red Green Blue C M Y K H S L
Decimal 219 173 19 0 0.21 0.91 0.14 46.2 0.84 0.47
Hex DB AD 13 0 15 5B E 2E 54 2F
Octal 333 255 23 0 25 133 16 56 124 57
Binary 11011011 10101101 10011 0 10101 1011011 1110 101110 1010100 101111

Color Harmonies of #DBAD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD13

Black with #DBAD13

Text Example


Text Example

White with #DBAD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD13; }

 p { color: rgb(219,173,19); }

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

background-color css

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

 a { background-color: rgb(219,173,19); }

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

border-color css

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

 span { border-color: rgb(219,173,19); }

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