Html Css Color HEX #D39711 Gamboge

📋 copy color: '#D39711'

red 211 ◦ green 151 ◦ blue 17

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

Shades of Gamboge #D39711

Tints of Gamboge #D39711

RGB

 RED value IS 211 (82.81% from 255) = 55.67%

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

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

R = 55.67%
G = 39.84%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D39711 (or 0xD39711) is known color: Gamboge. HEX triplet: D3, 97 and 11. RGB value is (211,151,17). Sum of RGB (Red+Green+Blue) = 211+151+17=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D39711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39711 is #2C68EE. Grayscale: #9A9A9A. Windows color (decimal): -2910447 or 1152979. OLE color: 1152979.

HSL color Cylindrical-coordinate representation of color #D39711: hue angle of 41.44º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D39711 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 151 17 -
CMYK 0 0.28 0.92 0.17
HSL 41.44º 0.85% 0.45% -
HSV(B) 41.44º 0.92% 0.83% -
XYZ 38.03 36.02 5.48 -
YUV 153.66 50.88 168.9 -
System Red Green Blue C M Y K H S L
Decimal 211 151 17 0 0.28 0.92 0.17 41.44 0.85 0.45
Hex D3 97 11 0 1C 5C 11 29 55 2D
Octal 323 227 21 0 34 134 21 51 125 55
Binary 11010011 10010111 10001 0 11100 1011100 10001 101001 1010101 101101

Color Harmonies of #D39711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39711

Black with #D39711

Text Example


Text Example

White with #D39711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39711; }

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

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

background-color css

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

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

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

border-color css

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

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

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