Html Css Color HEX #D39515 Gamboge

📋 copy color: '#D39515'

red 211 ◦ green 149 ◦ blue 21

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

Shades of Gamboge #D39515

Tints of Gamboge #D39515

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.11%

 BLUE value IS 21 (8.59% from 255) = 5.51%

R = 55.38%
G = 39.11%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D39515 (or 0xD39515) is known color: Gamboge. HEX triplet: D3, 95 and 15. RGB value is (211,149,21). Sum of RGB (Red+Green+Blue) = 211+149+21=381 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.38% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 211 - color contains mainly: red. Hex color #D39515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39515 is #2C6AEA. Grayscale: #999999. Windows color (decimal): -2910955 or 1414611. OLE color: 1414611.

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

Color convert

RGB 211 149 21 -
CMYK 0 0.29 0.90 0.17
HSL 40.42º 0.82% 0.45% -
HSV(B) 40.42º 0.9% 0.83% -
XYZ 37.75 35.4 5.55 -
YUV 152.95 53.54 169.41 -
System Red Green Blue C M Y K H S L
Decimal 211 149 21 0 0.29 0.90 0.17 40.42 0.82 0.45
Hex D3 95 15 0 1D 5A 11 28 52 2D
Octal 323 225 25 0 35 132 21 50 122 55
Binary 11010011 10010101 10101 0 11101 1011010 10001 101000 1010010 101101

Color Harmonies of #D39515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39515

Black with #D39515

Text Example


Text Example

White with #D39515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39515; }

 p { color: rgb(211,149,21); }

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

background-color css

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

 a { background-color: rgb(211,149,21); }

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

border-color css

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

 span { border-color: rgb(211,149,21); }

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