Html Css Color HEX #DBA812 Galliano

📋 copy color: '#DBA812'

red 219 ◦ green 168 ◦ blue 18

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

Shades of Galliano #DBA812

Tints of Galliano #DBA812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.48%

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

R = 54.07%
G = 41.48%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBA812 (or 0xDBA812) is known color: Galliano. HEX triplet: DB, A8 and 12. RGB value is (219,168,18). Sum of RGB (Red+Green+Blue) = 219+168+18=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA812 is #2457ED. Grayscale: #A6A6A6. Windows color (decimal): -2381806 or 1222875. OLE color: 1222875.

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

Color convert

RGB 219 168 18 -
CMYK 0 0.23 0.92 0.14
HSL 44.78º 0.85% 0.46% -
HSV(B) 44.78º 0.92% 0.86% -
XYZ 43.33 43.11 6.61 -
YUV 166.15 44.4 165.7 -
System Red Green Blue C M Y K H S L
Decimal 219 168 18 0 0.23 0.92 0.14 44.78 0.85 0.46
Hex DB A8 12 0 17 5C E 2D 55 2E
Octal 333 250 22 0 27 134 16 55 125 56
Binary 11011011 10101000 10010 0 10111 1011100 1110 101101 1010101 101110

Color Harmonies of #DBA812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA812

Black with #DBA812

Text Example


Text Example

White with #DBA812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA812; }

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

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

background-color css

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

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

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

border-color css

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

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

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