Html Css Color HEX #D99915 Gamboge

📋 copy color: '#D99915'

red 217 ◦ green 153 ◦ blue 21

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

Shades of Gamboge #D99915

Tints of Gamboge #D99915

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.13%

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

R = 55.5%
G = 39.13%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D99915 (or 0xD99915) is known color: Gamboge. HEX triplet: D9, 99 and 15. RGB value is (217,153,21). Sum of RGB (Red+Green+Blue) = 217+153+21=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D99915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99915 is #2666EA. Grayscale: #9D9D9D. Windows color (decimal): -2516715 or 1415641. OLE color: 1415641.

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

Color convert

RGB 217 153 21 -
CMYK 0 0.29 0.90 0.15
HSL 40.41º 0.82% 0.47% -
HSV(B) 40.41º 0.9% 0.85% -
XYZ 40.14 37.59 5.85 -
YUV 157.09 51.2 170.73 -
System Red Green Blue C M Y K H S L
Decimal 217 153 21 0 0.29 0.90 0.15 40.41 0.82 0.47
Hex D9 99 15 0 1D 5A F 28 52 2F
Octal 331 231 25 0 35 132 17 50 122 57
Binary 11011001 10011001 10101 0 11101 1011010 1111 101000 1010010 101111

Color Harmonies of #D99915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99915

Black with #D99915

Text Example


Text Example

White with #D99915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99915; }

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

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

background-color css

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

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

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

border-color css

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

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

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