Html Css Color HEX #D99510 Gamboge

📋 copy color: '#D99510'

red 217 ◦ green 149 ◦ blue 16

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

Shades of Gamboge #D99510

Tints of Gamboge #D99510

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.01%

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

R = 56.81%
G = 39.01%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D99510 (or 0xD99510) is known color: Gamboge. HEX triplet: D9, 95 and 10. RGB value is (217,149,16). Sum of RGB (Red+Green+Blue) = 217+149+16=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D99510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99510 is #266AEF. Grayscale: #9A9A9A. Windows color (decimal): -2517744 or 1086937. OLE color: 1086937.

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

Color convert

RGB 217 149 16 -
CMYK 0 0.31 0.93 0.15
HSL 39.7º 0.86% 0.46% -
HSV(B) 39.7º 0.93% 0.85% -
XYZ 39.46 36.28 5.41 -
YUV 154.17 50.03 172.81 -
System Red Green Blue C M Y K H S L
Decimal 217 149 16 0 0.31 0.93 0.15 39.7 0.86 0.46
Hex D9 95 10 0 1F 5D F 28 56 2E
Octal 331 225 20 0 37 135 17 50 126 56
Binary 11011001 10010101 10000 0 11111 1011101 1111 101000 1010110 101110

Color Harmonies of #D99510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99510

Black with #D99510

Text Example


Text Example

White with #D99510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99510; }

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

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

background-color css

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

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

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

border-color css

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

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

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