Html Css Color HEX #D99810 Gamboge

📋 copy color: '#D99810'

red 217 ◦ green 152 ◦ blue 16

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

Shades of Gamboge #D99810

Tints of Gamboge #D99810

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.48%

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

R = 56.36%
G = 39.48%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D99810 (or 0xD99810) is known color: Gamboge. HEX triplet: D9, 98 and 10. RGB value is (217,152,16). Sum of RGB (Red+Green+Blue) = 217+152+16=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D99810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99810 is #2667EF. Grayscale: #9C9C9C. Windows color (decimal): -2516976 or 1087705. OLE color: 1087705.

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

Color convert

RGB 217 152 16 -
CMYK 0 0.30 0.93 0.15
HSL 40.6º 0.86% 0.46% -
HSV(B) 40.6º 0.93% 0.85% -
XYZ 39.94 37.25 5.57 -
YUV 155.93 49.03 171.56 -
System Red Green Blue C M Y K H S L
Decimal 217 152 16 0 0.30 0.93 0.15 40.6 0.86 0.46
Hex D9 98 10 0 1E 5D F 29 56 2E
Octal 331 230 20 0 36 135 17 51 126 56
Binary 11011001 10011000 10000 0 11110 1011101 1111 101001 1010110 101110

Color Harmonies of #D99810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99810

Black with #D99810

Text Example


Text Example

White with #D99810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99810; }

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

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

background-color css

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

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

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

border-color css

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

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

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