Html Css Color HEX #DBA529 Galliano

📋 copy color: '#DBA529'

red 219 ◦ green 165 ◦ blue 41

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

Shades of Galliano #DBA529

Tints of Galliano #DBA529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.65%

R = 51.53%
G = 38.82%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBA529 (or 0xDBA529) is known color: Galliano. HEX triplet: DB, A5 and 29. RGB value is (219,165,41). Sum of RGB (Red+Green+Blue) = 219+165+41=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA529 is #245AD6. Grayscale: #A7A7A7. Windows color (decimal): -2382551 or 2729435. OLE color: 2729435.

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

Color convert

RGB 219 165 41 -
CMYK 0 0.25 0.81 0.14
HSL 41.8º 0.71% 0.51% -
HSV(B) 41.8º 0.81% 0.86% -
XYZ 43.07 42.13 7.96 -
YUV 167.01 56.89 165.08 -
System Red Green Blue C M Y K H S L
Decimal 219 165 41 0 0.25 0.81 0.14 41.8 0.71 0.51
Hex DB A5 29 0 19 51 E 2A 47 33
Octal 333 245 51 0 31 121 16 52 107 63
Binary 11011011 10100101 101001 0 11001 1010001 1110 101010 1000111 110011

Color Harmonies of #DBA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA529

Black with #DBA529

Text Example


Text Example

White with #DBA529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA529; }

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

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

background-color css

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

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

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

border-color css

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

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

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