Html Css Color HEX #DB8510 Gamboge

📋 copy color: '#DB8510'

red 219 ◦ green 133 ◦ blue 16

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

Shades of Gamboge #DB8510

Tints of Gamboge #DB8510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

 BLUE value IS 16 (6.64% from 255) = 4.35%

R = 59.51%
G = 36.14%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB8510 (or 0xDB8510) is known color: Gamboge. HEX triplet: DB, 85 and 10. RGB value is (219,133,16). Sum of RGB (Red+Green+Blue) = 219+133+16=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8510 is #247AEF. Grayscale: #919191. Windows color (decimal): -2390768 or 1082843. OLE color: 1082843.

HSL color Cylindrical-coordinate representation of color #DB8510: hue angle of 34.58º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB8510 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 133 16 -
CMYK 0 0.39 0.93 0.14
HSL 34.58º 0.86% 0.46% -
HSV(B) 34.58º 0.93% 0.86% -
XYZ 37.69 31.87 4.66 -
YUV 145.38 54.99 180.51 -
System Red Green Blue C M Y K H S L
Decimal 219 133 16 0 0.39 0.93 0.14 34.58 0.86 0.46
Hex DB 85 10 0 27 5D E 23 56 2E
Octal 333 205 20 0 47 135 16 43 126 56
Binary 11011011 10000101 10000 0 100111 1011101 1110 100011 1010110 101110

Color Harmonies of #DB8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8510

Black with #DB8510

Text Example


Text Example

White with #DB8510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8510; }

 p { color: rgb(219,133,16); }

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

background-color css

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

 a { background-color: rgb(219,133,16); }

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

border-color css

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

 span { border-color: rgb(219,133,16); }

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