Html Css Color HEX #DBAB12 Galliano

📋 copy color: '#DBAB12'

red 219 ◦ green 171 ◦ blue 18

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

Shades of Galliano #DBAB12

Tints of Galliano #DBAB12

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.91%

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

R = 53.68%
G = 41.91%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBAB12 (or 0xDBAB12) is known color: Galliano. HEX triplet: DB, AB and 12. RGB value is (219,171,18). Sum of RGB (Red+Green+Blue) = 219+171+18=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAB12 is #2454ED. Grayscale: #A8A8A8. Windows color (decimal): -2381038 or 1223643. OLE color: 1223643.

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

Color convert

RGB 219 171 18 -
CMYK 0 0.22 0.92 0.14
HSL 45.67º 0.85% 0.46% -
HSV(B) 45.67º 0.92% 0.86% -
XYZ 43.89 44.23 6.8 -
YUV 167.91 43.4 164.44 -
System Red Green Blue C M Y K H S L
Decimal 219 171 18 0 0.22 0.92 0.14 45.67 0.85 0.46
Hex DB AB 12 0 16 5C E 2E 55 2E
Octal 333 253 22 0 26 134 16 56 125 56
Binary 11011011 10101011 10010 0 10110 1011100 1110 101110 1010101 101110

Color Harmonies of #DBAB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB12

Black with #DBAB12

Text Example


Text Example

White with #DBAB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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