Html Css Color HEX #D99315 Gamboge

📋 copy color: '#D99315'

red 217 ◦ green 147 ◦ blue 21

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

Shades of Gamboge #D99315

Tints of Gamboge #D99315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.45%

R = 56.36%
G = 38.18%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D99315 (or 0xD99315) is known color: Gamboge. HEX triplet: D9, 93 and 15. RGB value is (217,147,21). Sum of RGB (Red+Green+Blue) = 217+147+21=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D99315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99315 is #266CEA. Grayscale: #9A9A9A. Windows color (decimal): -2518251 or 1414105. OLE color: 1414105.

HSL color Cylindrical-coordinate representation of color #D99315: hue angle of 38.57º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D99315 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 21 -
CMYK 0 0.32 0.90 0.15
HSL 38.57º 0.82% 0.47% -
HSV(B) 38.57º 0.9% 0.85% -
XYZ 39.18 35.67 5.53 -
YUV 153.57 53.19 173.25 -
System Red Green Blue C M Y K H S L
Decimal 217 147 21 0 0.32 0.90 0.15 38.57 0.82 0.47
Hex D9 93 15 0 20 5A F 27 52 2F
Octal 331 223 25 0 40 132 17 47 122 57
Binary 11011001 10010011 10101 0 100000 1011010 1111 100111 1010010 101111

Color Harmonies of #D99315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99315

Black with #D99315

Text Example


Text Example

White with #D99315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99315; }

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

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

background-color css

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

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

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

border-color css

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

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

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