Html Css Color HEX #D99416 Gamboge

📋 copy color: '#D99416'

red 217 ◦ green 148 ◦ blue 22

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

Shades of Gamboge #D99416

Tints of Gamboge #D99416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.24%

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

R = 56.07%
G = 38.24%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D99416 (or 0xD99416) is known color: Gamboge. HEX triplet: D9, 94 and 16. RGB value is (217,148,22). Sum of RGB (Red+Green+Blue) = 217+148+22=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D99416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99416 is #266BE9. Grayscale: #9A9A9A. Windows color (decimal): -2517994 or 1479897. OLE color: 1479897.

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

Color convert

RGB 217 148 22 -
CMYK 0 0.32 0.90 0.15
HSL 38.77º 0.82% 0.47% -
HSV(B) 38.77º 0.9% 0.85% -
XYZ 39.35 35.99 5.63 -
YUV 154.27 53.36 172.75 -
System Red Green Blue C M Y K H S L
Decimal 217 148 22 0 0.32 0.90 0.15 38.77 0.82 0.47
Hex D9 94 16 0 20 5A F 27 52 2F
Octal 331 224 26 0 40 132 17 47 122 57
Binary 11011001 10010100 10110 0 100000 1011010 1111 100111 1010010 101111

Color Harmonies of #D99416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99416

Black with #D99416

Text Example


Text Example

White with #D99416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99416; }

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

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

background-color css

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

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

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

border-color css

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

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

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