Html Css Color HEX #DB6526 Gold Drop

📋 copy color: '#DB6526'

red 219 ◦ green 101 ◦ blue 38

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

Shades of Gold Drop #DB6526

Tints of Gold Drop #DB6526

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

 BLUE value IS 38 (15.23% from 255) = 10.61%

R = 61.17%
G = 28.21%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB6526 (or 0xDB6526) is known color: Gold Drop. HEX triplet: DB, 65 and 26. RGB value is (219,101,38). Sum of RGB (Red+Green+Blue) = 219+101+38=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6526 is #249AD9. Grayscale: #818181. Windows color (decimal): -2398938 or 2516443. OLE color: 2516443.

HSL color Cylindrical-coordinate representation of color #DB6526: hue angle of 20.88º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB6526 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 101 38 -
CMYK 0 0.54 0.83 0.14
HSL 20.88º 0.72% 0.5% -
HSV(B) 20.88º 0.83% 0.86% -
XYZ 34.22 24.51 4.76 -
YUV 129.1 76.59 192.12 -
System Red Green Blue C M Y K H S L
Decimal 219 101 38 0 0.54 0.83 0.14 20.88 0.72 0.5
Hex DB 65 26 0 36 53 E 15 48 32
Octal 333 145 46 0 66 123 16 25 110 62
Binary 11011011 1100101 100110 0 110110 1010011 1110 10101 1001000 110010

Color Harmonies of #DB6526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6526

Black with #DB6526

Text Example


Text Example

White with #DB6526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6526; }

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

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

background-color css

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

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

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

border-color css

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

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

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