Html Css Color HEX #D99517 Gamboge

📋 copy color: '#D99517'

red 217 ◦ green 149 ◦ blue 23

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

Shades of Gamboge #D99517

Tints of Gamboge #D99517

RGB

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

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

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

R = 55.78%
G = 38.3%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D99517 (or 0xD99517) is known color: Gamboge. HEX triplet: D9, 95 and 17. RGB value is (217,149,23). Sum of RGB (Red+Green+Blue) = 217+149+23=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D99517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99517 is #266AE8. Grayscale: #9B9B9B. Windows color (decimal): -2517737 or 1545689. OLE color: 1545689.

HSL color Cylindrical-coordinate representation of color #D99517: hue angle of 38.97º 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 #D99517 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 149 23 -
CMYK 0 0.31 0.89 0.15
HSL 38.97º 0.81% 0.47% -
HSV(B) 38.97º 0.89% 0.85% -
XYZ 39.52 36.31 5.74 -
YUV 154.97 53.53 172.25 -
System Red Green Blue C M Y K H S L
Decimal 217 149 23 0 0.31 0.89 0.15 38.97 0.81 0.47
Hex D9 95 17 0 1F 59 F 27 51 2F
Octal 331 225 27 0 37 131 17 47 121 57
Binary 11011001 10010101 10111 0 11111 1011001 1111 100111 1010001 101111

Color Harmonies of #D99517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99517

Black with #D99517

Text Example


Text Example

White with #D99517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99517; }

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

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

background-color css

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

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

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

border-color css

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

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

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