Html Css Color HEX #DBA126 Galliano

📋 copy color: '#DBA126'

red 219 ◦ green 161 ◦ blue 38

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

Shades of Galliano #DBA126

Tints of Galliano #DBA126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.09%

R = 52.39%
G = 38.52%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DBA126 (or 0xDBA126) is known color: Galliano. HEX triplet: DB, A1 and 26. RGB value is (219,161,38). Sum of RGB (Red+Green+Blue) = 219+161+38=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA126 is #245ED9. Grayscale: #A4A4A4. Windows color (decimal): -2383578 or 2531803. OLE color: 2531803.

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

Color convert

RGB 219 161 38 -
CMYK 0 0.26 0.83 0.14
HSL 40.77º 0.72% 0.5% -
HSV(B) 40.77º 0.83% 0.86% -
XYZ 42.31 40.69 7.46 -
YUV 164.32 56.72 167 -
System Red Green Blue C M Y K H S L
Decimal 219 161 38 0 0.26 0.83 0.14 40.77 0.72 0.5
Hex DB A1 26 0 1A 53 E 29 48 32
Octal 333 241 46 0 32 123 16 51 110 62
Binary 11011011 10100001 100110 0 11010 1010011 1110 101001 1001000 110010

Color Harmonies of #DBA126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA126

Black with #DBA126

Text Example


Text Example

White with #DBA126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA126; }

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

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

background-color css

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

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

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

border-color css

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

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

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