Html Css Color HEX #D49216 Gamboge

📋 copy color: '#D49216'

red 212 ◦ green 146 ◦ blue 22

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

Shades of Gamboge #D49216

Tints of Gamboge #D49216

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.42%

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

R = 55.79%
G = 38.42%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D49216 (or 0xD49216) is known color: Gamboge. HEX triplet: D4, 92 and 16. RGB value is (212,146,22). Sum of RGB (Red+Green+Blue) = 212+146+22=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D49216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49216 is #2B6DE9. Grayscale: #989898. Windows color (decimal): -2846186 or 1479380. OLE color: 1479380.

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

Color convert

RGB 212 146 22 -
CMYK 0 0.31 0.90 0.17
HSL 39.16º 0.81% 0.46% -
HSV(B) 39.16º 0.9% 0.83% -
XYZ 37.58 34.61 5.46 -
YUV 151.6 54.87 171.08 -
System Red Green Blue C M Y K H S L
Decimal 212 146 22 0 0.31 0.90 0.17 39.16 0.81 0.46
Hex D4 92 16 0 1F 5A 11 27 51 2E
Octal 324 222 26 0 37 132 21 47 121 56
Binary 11010100 10010010 10110 0 11111 1011010 10001 100111 1010001 101110

Color Harmonies of #D49216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49216

Black with #D49216

Text Example


Text Example

White with #D49216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49216; }

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

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

background-color css

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

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

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

border-color css

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

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

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