#DB6529

Color #DB6529 Gold Drop (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Drop #DB6529

Tints of Gold Drop #DB6529

Color information

#DB6529 (or 0xDB6529) is unknown color: approx Gold Drop. HEX triplet: DB, 65 and 29. RGB value is (219,101,41). Sum of RGB (Red+Green+Blue) = 219+101+41=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6529 is #249AD6. Grayscale: #818181. Windows color (decimal): -2398935 or 2713051. OLE color: 2713051.

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

Color convert

RGB21910141-
CMYK00.540.810.14
HSL20.22º71.2%50.98%-
HSV(B)20.22º81.28%85.88%-
XYZ34.2724.535.03-
YUV129.4478.09191.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 60.66%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 41 (16.41% from 255) = 11.36%
R=60.66%
G=27.98%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191014100.540.810.1420.2271.250.98
HexDB652903651E144733
Octal33314551066121162410763
Binary110110111100101101001011011010100011110101001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6529; }

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

 H1.HeaderClassName
 {
   color: #DB6529;
 }
 .AnyTagClassName
 {
   color: #DB6529;
 }
</style>
background-color css

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

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

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

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

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

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