Html Css Color HEX #D49515 Gamboge

📋 copy color: '#D49515'

red 212 ◦ green 149 ◦ blue 21

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

Shades of Gamboge #D49515

Tints of Gamboge #D49515

RGB

 RED value IS 212 (83.2% from 255) = 55.5%

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

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

R = 55.5%
G = 39.01%
B = 5.5%

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

#D49515 (or 0xD49515) is known color: Gamboge. HEX triplet: D4, 95 and 15. RGB value is (212,149,21). Sum of RGB (Red+Green+Blue) = 212+149+21=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D49515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49515 is #2B6AEA. Grayscale: #999999. Windows color (decimal): -2845419 or 1414612. OLE color: 1414612.

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

Color convert

RGB 212 149 21 -
CMYK 0 0.30 0.90 0.17
HSL 40.21º 0.82% 0.46% -
HSV(B) 40.21º 0.9% 0.83% -
XYZ 38.03 35.55 5.57 -
YUV 153.25 53.37 169.91 -
System Red Green Blue C M Y K H S L
Decimal 212 149 21 0 0.30 0.90 0.17 40.21 0.82 0.46
Hex D4 95 15 0 1E 5A 11 28 52 2E
Octal 324 225 25 0 36 132 21 50 122 56
Binary 11010100 10010101 10101 0 11110 1011010 10001 101000 1010010 101110

Color Harmonies of #D49515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49515

Black with #D49515

Text Example


Text Example

White with #D49515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49515; }

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

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

background-color css

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

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

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

border-color css

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

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

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