Html Css Color HEX #D99A13 Gamboge

📋 copy color: '#D99A13'

red 217 ◦ green 154 ◦ blue 19

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

Shades of Gamboge #D99A13

Tints of Gamboge #D99A13

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.49%

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

R = 55.64%
G = 39.49%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D99A13 (or 0xD99A13) is known color: Gamboge. HEX triplet: D9, 9A and 13. RGB value is (217,154,19). Sum of RGB (Red+Green+Blue) = 217+154+19=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99A13 is #2665EC. Grayscale: #9E9E9E. Windows color (decimal): -2516461 or 1284825. OLE color: 1284825.

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

Color convert

RGB 217 154 19 -
CMYK 0 0.29 0.91 0.15
HSL 40.91º 0.84% 0.46% -
HSV(B) 40.91º 0.91% 0.85% -
XYZ 40.29 37.91 5.81 -
YUV 157.45 49.87 170.48 -
System Red Green Blue C M Y K H S L
Decimal 217 154 19 0 0.29 0.91 0.15 40.91 0.84 0.46
Hex D9 9A 13 0 1D 5B F 29 54 2E
Octal 331 232 23 0 35 133 17 51 124 56
Binary 11011001 10011010 10011 0 11101 1011011 1111 101001 1010100 101110

Color Harmonies of #D99A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A13

Black with #D99A13

Text Example


Text Example

White with #D99A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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