Html Css Color HEX #D99916 Gamboge

📋 copy color: '#D99916'

red 217 ◦ green 153 ◦ blue 22

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

Shades of Gamboge #D99916

Tints of Gamboge #D99916

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

 BLUE value IS 22 (8.98% from 255) = 5.61%

R = 55.36%
G = 39.03%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D99916 (or 0xD99916) is known color: Gamboge. HEX triplet: D9, 99 and 16. RGB value is (217,153,22). Sum of RGB (Red+Green+Blue) = 217+153+22=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D99916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99916 is #2666E9. Grayscale: #9D9D9D. Windows color (decimal): -2516714 or 1481177. OLE color: 1481177.

HSL color Cylindrical-coordinate representation of color #D99916: hue angle of 40.31º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D99916 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 153 22 -
CMYK 0 0.29 0.90 0.15
HSL 40.31º 0.82% 0.47% -
HSV(B) 40.31º 0.9% 0.85% -
XYZ 40.15 37.59 5.9 -
YUV 157.2 51.7 170.65 -
System Red Green Blue C M Y K H S L
Decimal 217 153 22 0 0.29 0.90 0.15 40.31 0.82 0.47
Hex D9 99 16 0 1D 5A F 28 52 2F
Octal 331 231 26 0 35 132 17 50 122 57
Binary 11011001 10011001 10110 0 11101 1011010 1111 101000 1010010 101111

Color Harmonies of #D99916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99916

Black with #D99916

Text Example


Text Example

White with #D99916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99916; }

 p { color: rgb(217,153,22); }

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

background-color css

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

 a { background-color: rgb(217,153,22); }

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

border-color css

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

 span { border-color: rgb(217,153,22); }

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