Html Css Color HEX #DB8410 Gamboge

📋 copy color: '#DB8410'

red 219 ◦ green 132 ◦ blue 16

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

Shades of Gamboge #DB8410

Tints of Gamboge #DB8410

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

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

R = 59.67%
G = 35.97%
B = 4.36%

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

#DB8410 (or 0xDB8410) is known color: Gamboge. HEX triplet: DB, 84 and 10. RGB value is (219,132,16). Sum of RGB (Red+Green+Blue) = 219+132+16=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8410 is #247BEF. Grayscale: #919191. Windows color (decimal): -2391024 or 1082587. OLE color: 1082587.

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

Color convert

RGB 219 132 16 -
CMYK 0 0.40 0.93 0.14
HSL 34.29º 0.86% 0.46% -
HSV(B) 34.29º 0.93% 0.86% -
XYZ 37.56 31.6 4.61 -
YUV 144.79 55.32 180.93 -
System Red Green Blue C M Y K H S L
Decimal 219 132 16 0 0.40 0.93 0.14 34.29 0.86 0.46
Hex DB 84 10 0 28 5D E 22 56 2E
Octal 333 204 20 0 50 135 16 42 126 56
Binary 11011011 10000100 10000 0 101000 1011101 1110 100010 1010110 101110

Color Harmonies of #DB8410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8410

Black with #DB8410

Text Example


Text Example

White with #DB8410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8410; }

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

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

background-color css

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

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

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

border-color css

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

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

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