Html Css Color HEX #D99E16 Gamboge

📋 copy color: '#D99E16'

red 217 ◦ green 158 ◦ blue 22

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

Shades of Gamboge #D99E16

Tints of Gamboge #D99E16

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.8%

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

R = 54.66%
G = 39.8%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D99E16 (or 0xD99E16) is known color: Gamboge. HEX triplet: D9, 9E and 16. RGB value is (217,158,22). Sum of RGB (Red+Green+Blue) = 217+158+22=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99E16 is #2661E9. Grayscale: #A0A0A0. Windows color (decimal): -2515434 or 1482457. OLE color: 1482457.

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

Color convert

RGB 217 158 22 -
CMYK 0 0.27 0.90 0.15
HSL 41.85º 0.82% 0.47% -
HSV(B) 41.85º 0.9% 0.85% -
XYZ 40.99 39.26 6.18 -
YUV 160.14 50.05 168.56 -
System Red Green Blue C M Y K H S L
Decimal 217 158 22 0 0.27 0.90 0.15 41.85 0.82 0.47
Hex D9 9E 16 0 1B 5A F 2A 52 2F
Octal 331 236 26 0 33 132 17 52 122 57
Binary 11011001 10011110 10110 0 11011 1011010 1111 101010 1010010 101111

Color Harmonies of #D99E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E16

Black with #D99E16

Text Example


Text Example

White with #D99E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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