Html Css Color HEX #D99217 Gamboge

📋 copy color: '#D99217'

red 217 ◦ green 146 ◦ blue 23

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

Shades of Gamboge #D99217

Tints of Gamboge #D99217

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.82%

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

R = 56.22%
G = 37.82%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D99217 (or 0xD99217) is known color: Gamboge. HEX triplet: D9, 92 and 17. RGB value is (217,146,23). Sum of RGB (Red+Green+Blue) = 217+146+23=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D99217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99217 is #266DE8. Grayscale: #999999. Windows color (decimal): -2518505 or 1544921. OLE color: 1544921.

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

Color convert

RGB 217 146 23 -
CMYK 0 0.33 0.89 0.15
HSL 38.04º 0.81% 0.47% -
HSV(B) 38.04º 0.89% 0.85% -
XYZ 39.05 35.37 5.58 -
YUV 153.21 54.52 173.5 -
System Red Green Blue C M Y K H S L
Decimal 217 146 23 0 0.33 0.89 0.15 38.04 0.81 0.47
Hex D9 92 17 0 21 59 F 26 51 2F
Octal 331 222 27 0 41 131 17 46 121 57
Binary 11011001 10010010 10111 0 100001 1011001 1111 100110 1010001 101111

Color Harmonies of #D99217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99217

Black with #D99217

Text Example


Text Example

White with #D99217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99217; }

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

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

background-color css

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

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

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

border-color css

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

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

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