Html Css Color HEX #D99616 Gamboge

📋 copy color: '#D99616'

red 217 ◦ green 150 ◦ blue 22

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

Shades of Gamboge #D99616

Tints of Gamboge #D99616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.56%

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

R = 55.78%
G = 38.56%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D99616 (or 0xD99616) is known color: Gamboge. HEX triplet: D9, 96 and 16. RGB value is (217,150,22). Sum of RGB (Red+Green+Blue) = 217+150+22=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D99616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99616 is #2669E9. Grayscale: #9C9C9C. Windows color (decimal): -2517482 or 1480409. OLE color: 1480409.

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

Color convert

RGB 217 150 22 -
CMYK 0 0.31 0.90 0.15
HSL 39.38º 0.82% 0.47% -
HSV(B) 39.38º 0.9% 0.85% -
XYZ 39.67 36.62 5.74 -
YUV 155.44 52.7 171.91 -
System Red Green Blue C M Y K H S L
Decimal 217 150 22 0 0.31 0.90 0.15 39.38 0.82 0.47
Hex D9 96 16 0 1F 5A F 27 52 2F
Octal 331 226 26 0 37 132 17 47 122 57
Binary 11011001 10010110 10110 0 11111 1011010 1111 100111 1010010 101111

Color Harmonies of #D99616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99616

Black with #D99616

Text Example


Text Example

White with #D99616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99616; }

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

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

background-color css

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

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

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

border-color css

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

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

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