Html Css Color HEX #DB9710 Gamboge

📋 copy color: '#DB9710'

red 219 ◦ green 151 ◦ blue 16

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

Shades of Gamboge #DB9710

Tints of Gamboge #DB9710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.12%

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

R = 56.74%
G = 39.12%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB9710 (or 0xDB9710) is known color: Gamboge. HEX triplet: DB, 97 and 10. RGB value is (219,151,16). Sum of RGB (Red+Green+Blue) = 219+151+16=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9710 is #2468EF. Grayscale: #9C9C9C. Windows color (decimal): -2386160 or 1087451. OLE color: 1087451.

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

Color convert

RGB 219 151 16 -
CMYK 0 0.31 0.93 0.14
HSL 39.9º 0.86% 0.46% -
HSV(B) 39.9º 0.93% 0.86% -
XYZ 40.37 37.23 5.55 -
YUV 155.94 49.03 172.98 -
System Red Green Blue C M Y K H S L
Decimal 219 151 16 0 0.31 0.93 0.14 39.9 0.86 0.46
Hex DB 97 10 0 1F 5D E 28 56 2E
Octal 333 227 20 0 37 135 16 50 126 56
Binary 11011011 10010111 10000 0 11111 1011101 1110 101000 1010110 101110

Color Harmonies of #DB9710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9710

Black with #DB9710

Text Example


Text Example

White with #DB9710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9710; }

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

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

background-color css

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

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

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

border-color css

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

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

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