Html Css Color HEX #D99513 Gamboge

📋 copy color: '#D99513'

red 217 ◦ green 149 ◦ blue 19

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

Shades of Gamboge #D99513

Tints of Gamboge #D99513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.94%

R = 56.36%
G = 38.7%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D99513 (or 0xD99513) is known color: Gamboge. HEX triplet: D9, 95 and 13. RGB value is (217,149,19). Sum of RGB (Red+Green+Blue) = 217+149+19=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D99513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99513 is #266AEC. Grayscale: #9B9B9B. Windows color (decimal): -2517741 or 1283545. OLE color: 1283545.

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

Color convert

RGB 217 149 19 -
CMYK 0 0.31 0.91 0.15
HSL 39.39º 0.84% 0.46% -
HSV(B) 39.39º 0.91% 0.85% -
XYZ 39.48 36.29 5.54 -
YUV 154.51 51.53 172.57 -
System Red Green Blue C M Y K H S L
Decimal 217 149 19 0 0.31 0.91 0.15 39.39 0.84 0.46
Hex D9 95 13 0 1F 5B F 27 54 2E
Octal 331 225 23 0 37 133 17 47 124 56
Binary 11011001 10010101 10011 0 11111 1011011 1111 100111 1010100 101110

Color Harmonies of #D99513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99513

Black with #D99513

Text Example


Text Example

White with #D99513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99513; }

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

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

background-color css

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

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

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

border-color css

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

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

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