Html Css Color HEX #DB9711 Gamboge

📋 copy color: '#DB9711'

red 219 ◦ green 151 ◦ blue 17

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

Shades of Gamboge #DB9711

Tints of Gamboge #DB9711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.39%

R = 56.59%
G = 39.02%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB9711 (or 0xDB9711) is known color: Gamboge. HEX triplet: DB, 97 and 11. RGB value is (219,151,17). Sum of RGB (Red+Green+Blue) = 219+151+17=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9711 is #2468EE. Grayscale: #9C9C9C. Windows color (decimal): -2386159 or 1152987. OLE color: 1152987.

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

Color convert

RGB 219 151 17 -
CMYK 0 0.31 0.92 0.14
HSL 39.8º 0.86% 0.46% -
HSV(B) 39.8º 0.92% 0.86% -
XYZ 40.38 37.23 5.59 -
YUV 156.06 49.53 172.9 -
System Red Green Blue C M Y K H S L
Decimal 219 151 17 0 0.31 0.92 0.14 39.8 0.86 0.46
Hex DB 97 11 0 1F 5C E 28 56 2E
Octal 333 227 21 0 37 134 16 50 126 56
Binary 11011011 10010111 10001 0 11111 1011100 1110 101000 1010110 101110

Color Harmonies of #DB9711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9711

Black with #DB9711

Text Example


Text Example

White with #DB9711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9711; }

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

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

background-color css

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

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

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

border-color css

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

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

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