Html Css Color HEX #DBA52F Galliano

📋 copy color: '#DBA52F'

red 219 ◦ green 165 ◦ blue 47

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

Shades of Galliano #DBA52F

Tints of Galliano #DBA52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.9%

R = 50.81%
G = 38.28%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBA52F (or 0xDBA52F) is known color: Galliano. HEX triplet: DB, A5 and 2F. RGB value is (219,165,47). Sum of RGB (Red+Green+Blue) = 219+165+47=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA52F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA52F is #245AD0. Grayscale: #A8A8A8. Windows color (decimal): -2382545 or 3122651. OLE color: 3122651.

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

Color convert

RGB 219 165 47 -
CMYK 0 0.25 0.79 0.14
HSL 41.16º 0.7% 0.52% -
HSV(B) 41.16º 0.79% 0.86% -
XYZ 43.18 42.18 8.55 -
YUV 167.69 59.89 164.59 -
System Red Green Blue C M Y K H S L
Decimal 219 165 47 0 0.25 0.79 0.14 41.16 0.7 0.52
Hex DB A5 2F 0 19 4F E 29 46 34
Octal 333 245 57 0 31 117 16 51 106 64
Binary 11011011 10100101 101111 0 11001 1001111 1110 101001 1000110 110100

Color Harmonies of #DBA52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA52F

Black with #DBA52F

Text Example


Text Example

White with #DBA52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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