Html Css Color HEX #D99F13 Gamboge

📋 copy color: '#D99F13'

red 217 ◦ green 159 ◦ blue 19

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

Shades of Gamboge #D99F13

Tints of Gamboge #D99F13

RGB

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

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

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

R = 54.94%
G = 40.25%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D99F13 (or 0xD99F13) is known color: Gamboge. HEX triplet: D9, 9F and 13. RGB value is (217,159,19). Sum of RGB (Red+Green+Blue) = 217+159+19=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99F13 is #2660EC. Grayscale: #A0A0A0. Windows color (decimal): -2515181 or 1286105. OLE color: 1286105.

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

Color convert

RGB 217 159 19 -
CMYK 0 0.27 0.91 0.15
HSL 42.42º 0.84% 0.46% -
HSV(B) 42.42º 0.91% 0.85% -
XYZ 41.13 39.6 6.09 -
YUV 160.38 48.22 168.38 -
System Red Green Blue C M Y K H S L
Decimal 217 159 19 0 0.27 0.91 0.15 42.42 0.84 0.46
Hex D9 9F 13 0 1B 5B F 2A 54 2E
Octal 331 237 23 0 33 133 17 52 124 56
Binary 11011001 10011111 10011 0 11011 1011011 1111 101010 1010100 101110

Color Harmonies of #D99F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F13

Black with #D99F13

Text Example


Text Example

White with #D99F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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