Html Css Color HEX #DBAF18 Galliano

📋 copy color: '#DBAF18'

red 219 ◦ green 175 ◦ blue 24

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

Shades of Galliano #DBAF18

Tints of Galliano #DBAF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.74%

R = 52.39%
G = 41.87%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBAF18 (or 0xDBAF18) is known color: Galliano. HEX triplet: DB, AF and 18. RGB value is (219,175,24). Sum of RGB (Red+Green+Blue) = 219+175+24=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAF18 is #2450E7. Grayscale: #ABABAB. Windows color (decimal): -2380008 or 1617883. OLE color: 1617883.

HSL color Cylindrical-coordinate representation of color #DBAF18: hue angle of 46.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBAF18 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 175 24 -
CMYK 0 0.20 0.89 0.14
HSL 46.46º 0.8% 0.48% -
HSV(B) 46.46º 0.89% 0.86% -
XYZ 44.71 45.79 7.35 -
YUV 170.94 45.08 162.28 -
System Red Green Blue C M Y K H S L
Decimal 219 175 24 0 0.20 0.89 0.14 46.46 0.8 0.48
Hex DB AF 18 0 14 59 E 2E 50 30
Octal 333 257 30 0 24 131 16 56 120 60
Binary 11011011 10101111 11000 0 10100 1011001 1110 101110 1010000 110000

Color Harmonies of #DBAF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF18

Black with #DBAF18

Text Example


Text Example

White with #DBAF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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