Html Css Color HEX #DBAD12 Galliano

📋 copy color: '#DBAD12'

red 219 ◦ green 173 ◦ blue 18

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

Shades of Galliano #DBAD12

Tints of Galliano #DBAD12

RGB

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

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

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

R = 53.41%
G = 42.2%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBAD12 (or 0xDBAD12) is known color: Galliano. HEX triplet: DB, AD and 12. RGB value is (219,173,18). Sum of RGB (Red+Green+Blue) = 219+173+18=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD12 is #2452ED. Grayscale: #A9A9A9. Windows color (decimal): -2380526 or 1224155. OLE color: 1224155.

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

Color convert

RGB 219 173 18 -
CMYK 0 0.21 0.92 0.14
HSL 46.27º 0.85% 0.46% -
HSV(B) 46.27º 0.92% 0.86% -
XYZ 44.27 44.99 6.92 -
YUV 169.08 42.74 163.6 -
System Red Green Blue C M Y K H S L
Decimal 219 173 18 0 0.21 0.92 0.14 46.27 0.85 0.46
Hex DB AD 12 0 15 5C E 2E 55 2E
Octal 333 255 22 0 25 134 16 56 125 56
Binary 11011011 10101101 10010 0 10101 1011100 1110 101110 1010101 101110

Color Harmonies of #DBAD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD12

Black with #DBAD12

Text Example


Text Example

White with #DBAD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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