Html Css Color HEX #D99D17 Gamboge

📋 copy color: '#D99D17'

red 217 ◦ green 157 ◦ blue 23

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

Shades of Gamboge #D99D17

Tints of Gamboge #D99D17

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.55%

 BLUE value IS 23 (9.38% from 255) = 5.79%

R = 54.66%
G = 39.55%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D99D17 (or 0xD99D17) is known color: Gamboge. HEX triplet: D9, 9D and 17. RGB value is (217,157,23). Sum of RGB (Red+Green+Blue) = 217+157+23=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99D17 is #2662E8. Grayscale: #A0A0A0. Windows color (decimal): -2515689 or 1547737. OLE color: 1547737.

HSL color Cylindrical-coordinate representation of color #D99D17: hue angle of 41.44º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D99D17 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 157 23 -
CMYK 0 0.28 0.89 0.15
HSL 41.44º 0.81% 0.47% -
HSV(B) 41.44º 0.89% 0.85% -
XYZ 40.83 38.93 6.17 -
YUV 159.66 50.88 168.9 -
System Red Green Blue C M Y K H S L
Decimal 217 157 23 0 0.28 0.89 0.15 41.44 0.81 0.47
Hex D9 9D 17 0 1C 59 F 29 51 2F
Octal 331 235 27 0 34 131 17 51 121 57
Binary 11011001 10011101 10111 0 11100 1011001 1111 101001 1010001 101111

Color Harmonies of #D99D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D17

Black with #D99D17

Text Example


Text Example

White with #D99D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D17; }

 p { color: rgb(217,157,23); }

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

background-color css

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

 a { background-color: rgb(217,157,23); }

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

border-color css

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

 span { border-color: rgb(217,157,23); }

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