Html Css Color HEX #DBA121 Galliano

📋 copy color: '#DBA121'

red 219 ◦ green 161 ◦ blue 33

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

Shades of Galliano #DBA121

Tints of Galliano #DBA121

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.98%

 BLUE value IS 33 (13.28% from 255) = 7.99%

R = 53.03%
G = 38.98%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBA121 (or 0xDBA121) is known color: Galliano. HEX triplet: DB, A1 and 21. RGB value is (219,161,33). Sum of RGB (Red+Green+Blue) = 219+161+33=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA121 is #245EDE. Grayscale: #A4A4A4. Windows color (decimal): -2383583 or 2204123. OLE color: 2204123.

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

Color convert

RGB 219 161 33 -
CMYK 0 0.26 0.85 0.14
HSL 41.29º 0.74% 0.49% -
HSV(B) 41.29º 0.85% 0.86% -
XYZ 42.23 40.66 7.06 -
YUV 163.75 54.22 167.41 -
System Red Green Blue C M Y K H S L
Decimal 219 161 33 0 0.26 0.85 0.14 41.29 0.74 0.49
Hex DB A1 21 0 1A 55 E 29 4A 31
Octal 333 241 41 0 32 125 16 51 112 61
Binary 11011011 10100001 100001 0 11010 1010101 1110 101001 1001010 110001

Color Harmonies of #DBA121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA121

Black with #DBA121

Text Example


Text Example

White with #DBA121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA121; }

 p { color: rgb(219,161,33); }

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

background-color css

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

 a { background-color: rgb(219,161,33); }

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

border-color css

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

 span { border-color: rgb(219,161,33); }

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