Html Css Color HEX #DB8610 Gamboge

📋 copy color: '#DB8610'

red 219 ◦ green 134 ◦ blue 16

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

Shades of Gamboge #DB8610

Tints of Gamboge #DB8610

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.31%

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

R = 59.35%
G = 36.31%
B = 4.34%

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

#DB8610 (or 0xDB8610) is known color: Gamboge. HEX triplet: DB, 86 and 10. RGB value is (219,134,16). Sum of RGB (Red+Green+Blue) = 219+134+16=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8610 is #2479EF. Grayscale: #929292. Windows color (decimal): -2390512 or 1083099. OLE color: 1083099.

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

Color convert

RGB 219 134 16 -
CMYK 0 0.39 0.93 0.14
HSL 34.88º 0.86% 0.46% -
HSV(B) 34.88º 0.93% 0.86% -
XYZ 37.83 32.15 4.7 -
YUV 145.96 54.66 180.09 -
System Red Green Blue C M Y K H S L
Decimal 219 134 16 0 0.39 0.93 0.14 34.88 0.86 0.46
Hex DB 86 10 0 27 5D E 23 56 2E
Octal 333 206 20 0 47 135 16 43 126 56
Binary 11011011 10000110 10000 0 100111 1011101 1110 100011 1010110 101110

Color Harmonies of #DB8610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8610

Black with #DB8610

Text Example


Text Example

White with #DB8610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8610; }

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

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

background-color css

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

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

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

border-color css

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

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

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