Html Css Color HEX #DBAF13 Galliano

📋 copy color: '#DBAF13'

red 219 ◦ green 175 ◦ blue 19

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

Shades of Galliano #DBAF13

Tints of Galliano #DBAF13

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.37%

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

R = 53.03%
G = 42.37%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBAF13 (or 0xDBAF13) is known color: Galliano. HEX triplet: DB, AF and 13. RGB value is (219,175,19). Sum of RGB (Red+Green+Blue) = 219+175+19=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAF13 is #2450EC. Grayscale: #ABABAB. Windows color (decimal): -2380013 or 1290203. OLE color: 1290203.

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

Color convert

RGB 219 175 19 -
CMYK 0 0.20 0.91 0.14
HSL 46.8º 0.84% 0.47% -
HSV(B) 46.8º 0.91% 0.86% -
XYZ 44.66 45.77 7.1 -
YUV 170.37 42.58 162.68 -
System Red Green Blue C M Y K H S L
Decimal 219 175 19 0 0.20 0.91 0.14 46.8 0.84 0.47
Hex DB AF 13 0 14 5B E 2F 54 2F
Octal 333 257 23 0 24 133 16 57 124 57
Binary 11011011 10101111 10011 0 10100 1011011 1110 101111 1010100 101111

Color Harmonies of #DBAF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF13

Black with #DBAF13

Text Example


Text Example

White with #DBAF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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