Html Css Color HEX #DBA125 Galliano

📋 copy color: '#DBA125'

red 219 ◦ green 161 ◦ blue 37

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

Shades of Galliano #DBA125

Tints of Galliano #DBA125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.87%

R = 52.52%
G = 38.61%
B = 8.87%

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

#DBA125 (or 0xDBA125) is known color: Galliano. HEX triplet: DB, A1 and 25. RGB value is (219,161,37). Sum of RGB (Red+Green+Blue) = 219+161+37=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 37 (14.84% from 255 or 8.87% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA125 is #245EDA. Grayscale: #A4A4A4. Windows color (decimal): -2383579 or 2466267. OLE color: 2466267.

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

Color convert

RGB 219 161 37 -
CMYK 0 0.26 0.83 0.14
HSL 40.88º 0.72% 0.5% -
HSV(B) 40.88º 0.83% 0.86% -
XYZ 42.29 40.68 7.37 -
YUV 164.21 56.22 167.08 -
System Red Green Blue C M Y K H S L
Decimal 219 161 37 0 0.26 0.83 0.14 40.88 0.72 0.5
Hex DB A1 25 0 1A 53 E 29 48 32
Octal 333 241 45 0 32 123 16 51 110 62
Binary 11011011 10100001 100101 0 11010 1010011 1110 101001 1001000 110010

Color Harmonies of #DBA125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA125

Black with #DBA125

Text Example


Text Example

White with #DBA125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA125; }

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

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

background-color css

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

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

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

border-color css

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

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

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