Html Css Color HEX #D39716 Gamboge

📋 copy color: '#D39716'

red 211 ◦ green 151 ◦ blue 22

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

Shades of Gamboge #D39716

Tints of Gamboge #D39716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.73%

R = 54.95%
G = 39.32%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D39716 (or 0xD39716) is known color: Gamboge. HEX triplet: D3, 97 and 16. RGB value is (211,151,22). Sum of RGB (Red+Green+Blue) = 211+151+22=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D39716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39716 is #2C68E9. Grayscale: #9A9A9A. Windows color (decimal): -2910442 or 1480659. OLE color: 1480659.

HSL color Cylindrical-coordinate representation of color #D39716: hue angle of 40.95º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D39716 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 151 22 -
CMYK 0 0.28 0.90 0.17
HSL 40.95º 0.81% 0.46% -
HSV(B) 40.95º 0.9% 0.83% -
XYZ 38.08 36.04 5.71 -
YUV 154.23 53.38 168.49 -
System Red Green Blue C M Y K H S L
Decimal 211 151 22 0 0.28 0.90 0.17 40.95 0.81 0.46
Hex D3 97 16 0 1C 5A 11 29 51 2E
Octal 323 227 26 0 34 132 21 51 121 56
Binary 11010011 10010111 10110 0 11100 1011010 10001 101001 1010001 101110

Color Harmonies of #D39716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39716

Black with #D39716

Text Example


Text Example

White with #D39716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39716; }

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

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

background-color css

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

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

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

border-color css

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

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

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