Html Css Color HEX #DB8310 Gamboge

📋 copy color: '#DB8310'

red 219 ◦ green 131 ◦ blue 16

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

Shades of Gamboge #DB8310

Tints of Gamboge #DB8310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.79%

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

R = 59.84%
G = 35.79%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB8310 (or 0xDB8310) is known color: Gamboge. HEX triplet: DB, 83 and 10. RGB value is (219,131,16). Sum of RGB (Red+Green+Blue) = 219+131+16=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8310 is #247CEF. Grayscale: #909090. Windows color (decimal): -2391280 or 1082331. OLE color: 1082331.

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

Color convert

RGB 219 131 16 -
CMYK 0 0.40 0.93 0.14
HSL 33.99º 0.86% 0.46% -
HSV(B) 33.99º 0.93% 0.86% -
XYZ 37.42 31.33 4.57 -
YUV 144.2 55.65 181.35 -
System Red Green Blue C M Y K H S L
Decimal 219 131 16 0 0.40 0.93 0.14 33.99 0.86 0.46
Hex DB 83 10 0 28 5D E 22 56 2E
Octal 333 203 20 0 50 135 16 42 126 56
Binary 11011011 10000011 10000 0 101000 1011101 1110 100010 1010110 101110

Color Harmonies of #DB8310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8310

Black with #DB8310

Text Example


Text Example

White with #DB8310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8310; }

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

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

background-color css

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

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

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

border-color css

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

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

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