Html Css Color HEX #D99115 Gamboge

📋 copy color: '#D99115'

red 217 ◦ green 145 ◦ blue 21

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

Shades of Gamboge #D99115

Tints of Gamboge #D99115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.86%

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

R = 56.66%
G = 37.86%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D99115 (or 0xD99115) is known color: Gamboge. HEX triplet: D9, 91 and 15. RGB value is (217,145,21). Sum of RGB (Red+Green+Blue) = 217+145+21=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D99115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99115 is #266EEA. Grayscale: #989898. Windows color (decimal): -2518763 or 1413593. OLE color: 1413593.

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

Color convert

RGB 217 145 21 -
CMYK 0 0.33 0.90 0.15
HSL 37.96º 0.82% 0.47% -
HSV(B) 37.96º 0.9% 0.85% -
XYZ 38.88 35.06 5.43 -
YUV 152.39 53.85 174.08 -
System Red Green Blue C M Y K H S L
Decimal 217 145 21 0 0.33 0.90 0.15 37.96 0.82 0.47
Hex D9 91 15 0 21 5A F 26 52 2F
Octal 331 221 25 0 41 132 17 46 122 57
Binary 11011001 10010001 10101 0 100001 1011010 1111 100110 1010010 101111

Color Harmonies of #D99115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99115

Black with #D99115

Text Example


Text Example

White with #D99115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99115; }

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

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

background-color css

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

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

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

border-color css

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

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

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