Html Css Color HEX #D39316 Gamboge

📋 copy color: '#D39316'

red 211 ◦ green 147 ◦ blue 22

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

Shades of Gamboge #D39316

Tints of Gamboge #D39316

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.68%

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

R = 55.53%
G = 38.68%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D39316 (or 0xD39316) is known color: Gamboge. HEX triplet: D3, 93 and 16. RGB value is (211,147,22). Sum of RGB (Red+Green+Blue) = 211+147+22=380 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.53% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 211 - color contains mainly: red. Hex color #D39316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39316 is #2C6CE9. Grayscale: #989898. Windows color (decimal): -2911466 or 1479635. OLE color: 1479635.

HSL color Cylindrical-coordinate representation of color #D39316: hue angle of 39.68º 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 #D39316 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 147 22 -
CMYK 0 0.30 0.90 0.17
HSL 39.68º 0.81% 0.46% -
HSV(B) 39.68º 0.9% 0.83% -
XYZ 37.44 34.77 5.5 -
YUV 151.89 54.7 170.16 -
System Red Green Blue C M Y K H S L
Decimal 211 147 22 0 0.30 0.90 0.17 39.68 0.81 0.46
Hex D3 93 16 0 1E 5A 11 28 51 2E
Octal 323 223 26 0 36 132 21 50 121 56
Binary 11010011 10010011 10110 0 11110 1011010 10001 101000 1010001 101110

Color Harmonies of #D39316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39316

Black with #D39316

Text Example


Text Example

White with #D39316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39316; }

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

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

background-color css

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

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

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

border-color css

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

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

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