Html Css Color HEX #D49407 Gamboge

📋 copy color: '#D49407'

red 212 ◦ green 148 ◦ blue 7

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

Shades of Gamboge #D49407

Tints of Gamboge #D49407

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.33%

 BLUE value IS 7 (3.13% from 255) = 1.91%

R = 57.77%
G = 40.33%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D49407 (or 0xD49407) is known color: Gamboge. HEX triplet: D4, 94 and 07. RGB value is (212,148,7). Sum of RGB (Red+Green+Blue) = 212+148+7=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D49407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49407 is #2B6BF8. Grayscale: #979797. Windows color (decimal): -2845689 or 496852. OLE color: 496852.

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

Color convert

RGB 212 148 7 -
CMYK 0 0.30 0.97 0.17
HSL 41.27º 0.94% 0.43% -
HSV(B) 41.27º 0.97% 0.83% -
XYZ 37.78 35.19 5 -
YUV 151.06 46.7 171.46 -
System Red Green Blue C M Y K H S L
Decimal 212 148 7 0 0.30 0.97 0.17 41.27 0.94 0.43
Hex D4 94 7 0 1E 61 11 29 5E 2B
Octal 324 224 7 0 36 141 21 51 136 53
Binary 11010100 10010100 111 0 11110 1100001 10001 101001 1011110 101011

Color Harmonies of #D49407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49407

Black with #D49407

Text Example


Text Example

White with #D49407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49407; }

 p { color: rgb(212,148,7); }

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

background-color css

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

 a { background-color: rgb(212,148,7); }

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

border-color css

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

 span { border-color: rgb(212,148,7); }

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