Html Css Color HEX #DBA225 Galliano

📋 copy color: '#DBA225'

red 219 ◦ green 162 ◦ blue 37

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

Shades of Galliano #DBA225

Tints of Galliano #DBA225

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.76%

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

R = 52.39%
G = 38.76%
B = 8.85%

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

#DBA225 (or 0xDBA225) is known color: Galliano. HEX triplet: DB, A2 and 25. RGB value is (219,162,37). Sum of RGB (Red+Green+Blue) = 219+162+37=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA225 is #245DDA. Grayscale: #A5A5A5. Windows color (decimal): -2383323 or 2466523. OLE color: 2466523.

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

Color convert

RGB 219 162 37 -
CMYK 0 0.26 0.83 0.14
HSL 41.21º 0.72% 0.5% -
HSV(B) 41.21º 0.83% 0.86% -
XYZ 42.47 41.03 7.43 -
YUV 164.79 55.88 166.66 -
System Red Green Blue C M Y K H S L
Decimal 219 162 37 0 0.26 0.83 0.14 41.21 0.72 0.5
Hex DB A2 25 0 1A 53 E 29 48 32
Octal 333 242 45 0 32 123 16 51 110 62
Binary 11011011 10100010 100101 0 11010 1010011 1110 101001 1001000 110010

Color Harmonies of #DBA225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA225

Black with #DBA225

Text Example


Text Example

White with #DBA225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA225; }

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

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

background-color css

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

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

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

border-color css

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

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

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