Html Css Color HEX #D49903 Gamboge

📋 copy color: '#D49903'

red 212 ◦ green 153 ◦ blue 3

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

Shades of Gamboge #D49903

Tints of Gamboge #D49903

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.58%

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

R = 57.61%
G = 41.58%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D49903 (or 0xD49903) is known color: Gamboge. HEX triplet: D4, 99 and 03. RGB value is (212,153,3). Sum of RGB (Red+Green+Blue) = 212+153+3=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D49903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49903 is #2B66FC. Grayscale: #9A9A9A. Windows color (decimal): -2844413 or 235988. OLE color: 235988.

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

Color convert

RGB 212 153 3 -
CMYK 0 0.28 0.99 0.17
HSL 43.06º 0.97% 0.42% -
HSV(B) 43.06º 0.99% 0.83% -
XYZ 38.56 36.79 5.15 -
YUV 153.54 43.05 169.7 -
System Red Green Blue C M Y K H S L
Decimal 212 153 3 0 0.28 0.99 0.17 43.06 0.97 0.42
Hex D4 99 3 0 1C 63 11 2B 61 2A
Octal 324 231 3 0 34 143 21 53 141 52
Binary 11010100 10011001 11 0 11100 1100011 10001 101011 1100001 101010

Color Harmonies of #D49903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49903

Black with #D49903

Text Example


Text Example

White with #D49903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49903; }

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

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

background-color css

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

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

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

border-color css

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

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

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