Html Css Color HEX #DBA325 Galliano

📋 copy color: '#DBA325'

red 219 ◦ green 163 ◦ blue 37

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

Shades of Galliano #DBA325

Tints of Galliano #DBA325

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.9%

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

R = 52.27%
G = 38.9%
B = 8.83%

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

#DBA325 (or 0xDBA325) is known color: Galliano. HEX triplet: DB, A3 and 25. RGB value is (219,163,37). Sum of RGB (Red+Green+Blue) = 219+163+37=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA325 is #245CDA. Grayscale: #A5A5A5. Windows color (decimal): -2383067 or 2466779. OLE color: 2466779.

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

Color convert

RGB 219 163 37 -
CMYK 0 0.26 0.83 0.14
HSL 41.54º 0.72% 0.5% -
HSV(B) 41.54º 0.83% 0.86% -
XYZ 42.64 41.39 7.49 -
YUV 165.38 55.55 166.25 -
System Red Green Blue C M Y K H S L
Decimal 219 163 37 0 0.26 0.83 0.14 41.54 0.72 0.5
Hex DB A3 25 0 1A 53 E 2A 48 32
Octal 333 243 45 0 32 123 16 52 110 62
Binary 11011011 10100011 100101 0 11010 1010011 1110 101010 1001000 110010

Color Harmonies of #DBA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA325

Black with #DBA325

Text Example


Text Example

White with #DBA325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA325; }

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

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

background-color css

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

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

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

border-color css

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

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

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