Html Css Color HEX #DBA532 Metallic Gold

📋 copy color: '#DBA532'

red 219 ◦ green 165 ◦ blue 50

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

Shades of Metallic Gold #DBA532

Tints of Metallic Gold #DBA532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.52%

R = 50.46%
G = 38.02%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBA532 (or 0xDBA532) is known color: Metallic Gold. HEX triplet: DB, A5 and 32. RGB value is (219,165,50). Sum of RGB (Red+Green+Blue) = 219+165+50=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA532 is #245ACD. Grayscale: #A8A8A8. Windows color (decimal): -2382542 or 3319259. OLE color: 3319259.

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

Color convert

RGB 219 165 50 -
CMYK 0 0.25 0.77 0.14
HSL 40.83º 0.7% 0.53% -
HSV(B) 40.83º 0.77% 0.86% -
XYZ 43.24 42.2 8.88 -
YUV 168.04 61.39 164.35 -
System Red Green Blue C M Y K H S L
Decimal 219 165 50 0 0.25 0.77 0.14 40.83 0.7 0.53
Hex DB A5 32 0 19 4D E 29 46 35
Octal 333 245 62 0 31 115 16 51 106 65
Binary 11011011 10100101 110010 0 11001 1001101 1110 101001 1000110 110101

Color Harmonies of #DBA532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA532

Black with #DBA532

Text Example


Text Example

White with #DBA532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA532; }

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

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

background-color css

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

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

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

border-color css

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

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

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