Html Css Color HEX #D99500 Gamboge

📋 copy color: '#D99500'

red 217 ◦ green 149 ◦ blue 0

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

Shades of Gamboge #D99500

Tints of Gamboge #D99500

RGB

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

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

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

R = 59.29%
G = 40.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D99500 (or 0xD99500) is known color: Gamboge. HEX triplet: D9, 95 and 00. RGB value is (217,149,0). Sum of RGB (Red+Green+Blue) = 217+149+0=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D99500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99500 is #266AFF. Grayscale: #999999. Windows color (decimal): -2517760 or 38361. OLE color: 38361.

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

Color convert

RGB 217 149 0 -
CMYK 0 0.31 1 0.15
HSL 41.2º 1% 0.43% -
HSV(B) 41.2º 1% 0.85% -
XYZ 39.36 36.25 4.92 -
YUV 152.35 42.03 174.12 -
System Red Green Blue C M Y K H S L
Decimal 217 149 0 0 0.31 1 0.15 41.2 1 0.43
Hex D9 95 0 0 1F 64 F 29 64 2B
Octal 331 225 0 0 37 144 17 51 144 53
Binary 11011001 10010101 0 0 11111 1100100 1111 101001 1100100 101011

Color Harmonies of #D99500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99500

Black with #D99500

Text Example


Text Example

White with #D99500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99500; }

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

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

background-color css

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

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

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

border-color css

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

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

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