Html Css Color HEX #DBAF12 Galliano

📋 copy color: '#DBAF12'

red 219 ◦ green 175 ◦ blue 18

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

Shades of Galliano #DBAF12

Tints of Galliano #DBAF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.37%

R = 53.16%
G = 42.48%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBAF12 (or 0xDBAF12) is known color: Galliano. HEX triplet: DB, AF and 12. RGB value is (219,175,18). Sum of RGB (Red+Green+Blue) = 219+175+18=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAF12 is #2450ED. Grayscale: #AAAAAA. Windows color (decimal): -2380014 or 1224667. OLE color: 1224667.

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

Color convert

RGB 219 175 18 -
CMYK 0 0.20 0.92 0.14
HSL 46.87º 0.85% 0.46% -
HSV(B) 46.87º 0.92% 0.86% -
XYZ 44.65 45.76 7.05 -
YUV 170.26 42.08 162.77 -
System Red Green Blue C M Y K H S L
Decimal 219 175 18 0 0.20 0.92 0.14 46.87 0.85 0.46
Hex DB AF 12 0 14 5C E 2F 55 2E
Octal 333 257 22 0 24 134 16 57 125 56
Binary 11011011 10101111 10010 0 10100 1011100 1110 101111 1010101 101110

Color Harmonies of #DBAF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF12

Black with #DBAF12

Text Example


Text Example

White with #DBAF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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