Html Css Color HEX #DBA52A Galliano

📋 copy color: '#DBA52A'

red 219 ◦ green 165 ◦ blue 42

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

Shades of Galliano #DBA52A

Tints of Galliano #DBA52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.86%

R = 51.41%
G = 38.73%
B = 9.86%

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

#DBA52A (or 0xDBA52A) is known color: Galliano. HEX triplet: DB, A5 and 2A. RGB value is (219,165,42). Sum of RGB (Red+Green+Blue) = 219+165+42=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA52A is #245AD5. Grayscale: #A7A7A7. Windows color (decimal): -2382550 or 2794971. OLE color: 2794971.

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

Color convert

RGB 219 165 42 -
CMYK 0 0.25 0.81 0.14
HSL 41.69º 0.71% 0.51% -
HSV(B) 41.69º 0.81% 0.86% -
XYZ 43.09 42.14 8.05 -
YUV 167.12 57.39 165 -
System Red Green Blue C M Y K H S L
Decimal 219 165 42 0 0.25 0.81 0.14 41.69 0.71 0.51
Hex DB A5 2A 0 19 51 E 2A 47 33
Octal 333 245 52 0 31 121 16 52 107 63
Binary 11011011 10100101 101010 0 11001 1010001 1110 101010 1000111 110011

Color Harmonies of #DBA52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA52A

Black with #DBA52A

Text Example


Text Example

White with #DBA52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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