Html Css Color HEX #DB8711 Gamboge

📋 copy color: '#DB8711'

red 219 ◦ green 135 ◦ blue 17

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

Shades of Gamboge #DB8711

Tints of Gamboge #DB8711

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.39%

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

R = 59.03%
G = 36.39%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB8711 (or 0xDB8711) is known color: Gamboge. HEX triplet: DB, 87 and 11. RGB value is (219,135,17). Sum of RGB (Red+Green+Blue) = 219+135+17=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8711 is #2478EE. Grayscale: #939393. Windows color (decimal): -2390255 or 1148891. OLE color: 1148891.

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

Color convert

RGB 219 135 17 -
CMYK 0 0.38 0.92 0.14
HSL 35.05º 0.86% 0.46% -
HSV(B) 35.05º 0.92% 0.86% -
XYZ 37.98 32.43 4.79 -
YUV 146.66 54.83 179.59 -
System Red Green Blue C M Y K H S L
Decimal 219 135 17 0 0.38 0.92 0.14 35.05 0.86 0.46
Hex DB 87 11 0 26 5C E 23 56 2E
Octal 333 207 21 0 46 134 16 43 126 56
Binary 11011011 10000111 10001 0 100110 1011100 1110 100011 1010110 101110

Color Harmonies of #DB8711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8711

Black with #DB8711

Text Example


Text Example

White with #DB8711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8711; }

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

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

background-color css

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

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

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

border-color css

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

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

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