Html Css Color HEX #D49500 Gamboge

📋 copy color: '#D49500'

red 212 ◦ green 149 ◦ blue 0

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

Shades of Gamboge #D49500

Tints of Gamboge #D49500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.73%
G = 41.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D49500 (or 0xD49500) is known color: Gamboge. HEX triplet: D4, 95 and 00. RGB value is (212,149,0). Sum of RGB (Red+Green+Blue) = 212+149+0=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D49500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49500 is #2B6AFF. Grayscale: #979797. Windows color (decimal): -2845440 or 38356. OLE color: 38356.

HSL color Cylindrical-coordinate representation of color #D49500: hue angle of 42.17º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D49500 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 149 0 -
CMYK 0 0.30 1 0.17
HSL 42.17º 1% 0.42% -
HSV(B) 42.17º 1% 0.83% -
XYZ 37.9 35.49 4.85 -
YUV 150.85 42.87 171.62 -
System Red Green Blue C M Y K H S L
Decimal 212 149 0 0 0.30 1 0.17 42.17 1 0.42
Hex D4 95 0 0 1E 64 11 2A 64 2A
Octal 324 225 0 0 36 144 21 52 144 52
Binary 11010100 10010101 0 0 11110 1100100 10001 101010 1100100 101010

Color Harmonies of #D49500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49500

Black with #D49500

Text Example


Text Example

White with #D49500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49500; }

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

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

background-color css

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

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

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

border-color css

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

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

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