Html Css Color HEX #DBA524 Galliano

📋 copy color: '#DBA524'

red 219 ◦ green 165 ◦ blue 36

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

Shades of Galliano #DBA524

Tints of Galliano #DBA524

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.29%

 BLUE value IS 36 (14.45% from 255) = 8.57%

R = 52.14%
G = 39.29%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBA524 (or 0xDBA524) is known color: Galliano. HEX triplet: DB, A5 and 24. RGB value is (219,165,36). Sum of RGB (Red+Green+Blue) = 219+165+36=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 36 (14.45% from 255 or 8.57% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA524 is #245ADB. Grayscale: #A7A7A7. Windows color (decimal): -2382556 or 2401755. OLE color: 2401755.

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

Color convert

RGB 219 165 36 -
CMYK 0 0.25 0.84 0.14
HSL 42.3º 0.72% 0.5% -
HSV(B) 42.3º 0.84% 0.86% -
XYZ 42.99 42.1 7.53 -
YUV 166.44 54.39 165.49 -
System Red Green Blue C M Y K H S L
Decimal 219 165 36 0 0.25 0.84 0.14 42.3 0.72 0.5
Hex DB A5 24 0 19 54 E 2A 48 32
Octal 333 245 44 0 31 124 16 52 110 62
Binary 11011011 10100101 100100 0 11001 1010100 1110 101010 1001000 110010

Color Harmonies of #DBA524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA524

Black with #DBA524

Text Example


Text Example

White with #DBA524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA524; }

 p { color: rgb(219,165,36); }

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

background-color css

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

 a { background-color: rgb(219,165,36); }

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

border-color css

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

 span { border-color: rgb(219,165,36); }

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