Html Css Color HEX #D99313 Gamboge

📋 copy color: '#D99313'

red 217 ◦ green 147 ◦ blue 19

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

Shades of Gamboge #D99313

Tints of Gamboge #D99313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.38%

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

R = 56.66%
G = 38.38%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D99313 (or 0xD99313) is known color: Gamboge. HEX triplet: D9, 93 and 13. RGB value is (217,147,19). Sum of RGB (Red+Green+Blue) = 217+147+19=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D99313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99313 is #266CEC. Grayscale: #999999. Windows color (decimal): -2518253 or 1283033. OLE color: 1283033.

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

Color convert

RGB 217 147 19 -
CMYK 0 0.32 0.91 0.15
HSL 38.79º 0.84% 0.46% -
HSV(B) 38.79º 0.91% 0.85% -
XYZ 39.17 35.67 5.44 -
YUV 153.34 52.19 173.41 -
System Red Green Blue C M Y K H S L
Decimal 217 147 19 0 0.32 0.91 0.15 38.79 0.84 0.46
Hex D9 93 13 0 20 5B F 27 54 2E
Octal 331 223 23 0 40 133 17 47 124 56
Binary 11011001 10010011 10011 0 100000 1011011 1111 100111 1010100 101110

Color Harmonies of #D99313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99313

Black with #D99313

Text Example


Text Example

White with #D99313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99313; }

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

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

background-color css

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

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

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

border-color css

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

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

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