Html Css Color HEX #D99F15 Gamboge

📋 copy color: '#D99F15'

red 217 ◦ green 159 ◦ blue 21

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

Shades of Gamboge #D99F15

Tints of Gamboge #D99F15

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.05%

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

R = 54.66%
G = 40.05%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D99F15 (or 0xD99F15) is known color: Gamboge. HEX triplet: D9, 9F and 15. RGB value is (217,159,21). Sum of RGB (Red+Green+Blue) = 217+159+21=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99F15 is #2660EA. Grayscale: #A1A1A1. Windows color (decimal): -2515179 or 1417177. OLE color: 1417177.

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

Color convert

RGB 217 159 21 -
CMYK 0 0.27 0.90 0.15
HSL 42.24º 0.82% 0.47% -
HSV(B) 42.24º 0.9% 0.85% -
XYZ 41.15 39.6 6.18 -
YUV 160.61 49.22 168.22 -
System Red Green Blue C M Y K H S L
Decimal 217 159 21 0 0.27 0.90 0.15 42.24 0.82 0.47
Hex D9 9F 15 0 1B 5A F 2A 52 2F
Octal 331 237 25 0 33 132 17 52 122 57
Binary 11011001 10011111 10101 0 11011 1011010 1111 101010 1010010 101111

Color Harmonies of #D99F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F15

Black with #D99F15

Text Example


Text Example

White with #D99F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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