Html Css Color HEX #D99503 Gamboge

📋 copy color: '#D99503'

red 217 ◦ green 149 ◦ blue 3

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

Shades of Gamboge #D99503

Tints of Gamboge #D99503

RGB

 RED value IS 217 (85.16% from 255) = 58.81%

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

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

R = 58.81%
G = 40.38%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D99503 (or 0xD99503) is known color: Gamboge. HEX triplet: D9, 95 and 03. RGB value is (217,149,3). Sum of RGB (Red+Green+Blue) = 217+149+3=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D99503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99503 is #266AFC. Grayscale: #999999. Windows color (decimal): -2517757 or 234969. OLE color: 234969.

HSL color Cylindrical-coordinate representation of color #D99503: hue angle of 40.93º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D99503 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 149 3 -
CMYK 0 0.31 0.99 0.15
HSL 40.93º 0.97% 0.43% -
HSV(B) 40.93º 0.99% 0.85% -
XYZ 39.38 36.25 5.01 -
YUV 152.69 43.53 173.87 -
System Red Green Blue C M Y K H S L
Decimal 217 149 3 0 0.31 0.99 0.15 40.93 0.97 0.43
Hex D9 95 3 0 1F 63 F 29 61 2B
Octal 331 225 3 0 37 143 17 51 141 53
Binary 11011001 10010101 11 0 11111 1100011 1111 101001 1100001 101011

Color Harmonies of #D99503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99503

Black with #D99503

Text Example


Text Example

White with #D99503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99503; }

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

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

background-color css

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

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

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

border-color css

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

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

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