Html Css Color HEX #DBAF15 Galliano

📋 copy color: '#DBAF15'

red 219 ◦ green 175 ◦ blue 21

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

Shades of Galliano #DBAF15

Tints of Galliano #DBAF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.06%

R = 52.77%
G = 42.17%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBAF15 (or 0xDBAF15) is known color: Galliano. HEX triplet: DB, AF and 15. RGB value is (219,175,21). Sum of RGB (Red+Green+Blue) = 219+175+21=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAF15 is #2450EA. Grayscale: #ABABAB. Windows color (decimal): -2380011 or 1421275. OLE color: 1421275.

HSL color Cylindrical-coordinate representation of color #DBAF15: hue angle of 46.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBAF15 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 175 21 -
CMYK 0 0.20 0.90 0.14
HSL 46.67º 0.83% 0.47% -
HSV(B) 46.67º 0.9% 0.86% -
XYZ 44.68 45.77 7.19 -
YUV 170.6 43.58 162.52 -
System Red Green Blue C M Y K H S L
Decimal 219 175 21 0 0.20 0.90 0.14 46.67 0.83 0.47
Hex DB AF 15 0 14 5A E 2F 52 2F
Octal 333 257 25 0 24 132 16 57 122 57
Binary 11011011 10101111 10101 0 10100 1011010 1110 101111 1010010 101111

Color Harmonies of #DBAF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF15

Black with #DBAF15

Text Example


Text Example

White with #DBAF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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