Html Css Color HEX #D99D10 Gamboge

📋 copy color: '#D99D10'

red 217 ◦ green 157 ◦ blue 16

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

Shades of Gamboge #D99D10

Tints of Gamboge #D99D10

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.26%

 BLUE value IS 16 (6.64% from 255) = 4.1%

R = 55.64%
G = 40.26%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D99D10 (or 0xD99D10) is known color: Gamboge. HEX triplet: D9, 9D and 10. RGB value is (217,157,16). Sum of RGB (Red+Green+Blue) = 217+157+16=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99D10 is #2662EF. Grayscale: #9F9F9F. Windows color (decimal): -2515696 or 1088985. OLE color: 1088985.

HSL color Cylindrical-coordinate representation of color #D99D10: hue angle of 42.09º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D99D10 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 157 16 -
CMYK 0 0.28 0.93 0.15
HSL 42.09º 0.86% 0.46% -
HSV(B) 42.09º 0.93% 0.85% -
XYZ 40.77 38.9 5.85 -
YUV 158.87 47.38 169.46 -
System Red Green Blue C M Y K H S L
Decimal 217 157 16 0 0.28 0.93 0.15 42.09 0.86 0.46
Hex D9 9D 10 0 1C 5D F 2A 56 2E
Octal 331 235 20 0 34 135 17 52 126 56
Binary 11011001 10011101 10000 0 11100 1011101 1111 101010 1010110 101110

Color Harmonies of #D99D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D10

Black with #D99D10

Text Example


Text Example

White with #D99D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D10; }

 p { color: rgb(217,157,16); }

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

background-color css

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

 a { background-color: rgb(217,157,16); }

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

border-color css

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

 span { border-color: rgb(217,157,16); }

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