Html Css Color HEX #D49503 Gamboge

📋 copy color: '#D49503'

red 212 ◦ green 149 ◦ blue 3

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

Shades of Gamboge #D49503

Tints of Gamboge #D49503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 58.24%
G = 40.93%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D49503 (or 0xD49503) is known color: Gamboge. HEX triplet: D4, 95 and 03. RGB value is (212,149,3). Sum of RGB (Red+Green+Blue) = 212+149+3=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 3 (1.56% from 255 or 0.82% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D49503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49503 is #2B6AFC. Grayscale: #979797. Windows color (decimal): -2845437 or 234964. OLE color: 234964.

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

Color convert

RGB 212 149 3 -
CMYK 0 0.30 0.99 0.17
HSL 41.91º 0.97% 0.42% -
HSV(B) 41.91º 0.99% 0.83% -
XYZ 37.92 35.5 4.94 -
YUV 151.19 44.37 171.37 -
System Red Green Blue C M Y K H S L
Decimal 212 149 3 0 0.30 0.99 0.17 41.91 0.97 0.42
Hex D4 95 3 0 1E 63 11 2A 61 2A
Octal 324 225 3 0 36 143 21 52 141 52
Binary 11010100 10010101 11 0 11110 1100011 10001 101010 1100001 101010

Color Harmonies of #D49503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49503

Black with #D49503

Text Example


Text Example

White with #D49503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49503; }

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

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

background-color css

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

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

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

border-color css

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

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

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