Html Css Color HEX #D49516 Gamboge

📋 copy color: '#D49516'

red 212 ◦ green 149 ◦ blue 22

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

Shades of Gamboge #D49516

Tints of Gamboge #D49516

RGB

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

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

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

R = 55.35%
G = 38.9%
B = 5.74%

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

#D49516 (or 0xD49516) is known color: Gamboge. HEX triplet: D4, 95 and 16. RGB value is (212,149,22). Sum of RGB (Red+Green+Blue) = 212+149+22=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D49516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49516 is #2B6AE9. Grayscale: #999999. Windows color (decimal): -2845418 or 1480148. OLE color: 1480148.

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

Color convert

RGB 212 149 22 -
CMYK 0 0.30 0.90 0.17
HSL 40.11º 0.81% 0.46% -
HSV(B) 40.11º 0.9% 0.83% -
XYZ 38.04 35.55 5.62 -
YUV 153.36 53.87 169.83 -
System Red Green Blue C M Y K H S L
Decimal 212 149 22 0 0.30 0.90 0.17 40.11 0.81 0.46
Hex D4 95 16 0 1E 5A 11 28 51 2E
Octal 324 225 26 0 36 132 21 50 121 56
Binary 11010100 10010101 10110 0 11110 1011010 10001 101000 1010001 101110

Color Harmonies of #D49516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49516

Black with #D49516

Text Example


Text Example

White with #D49516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49516; }

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

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

background-color css

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

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

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

border-color css

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

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

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