Html Css Color HEX #D99216 Gamboge

📋 copy color: '#D99216'

red 217 ◦ green 146 ◦ blue 22

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

Shades of Gamboge #D99216

Tints of Gamboge #D99216

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.92%

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

R = 56.36%
G = 37.92%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D99216 (or 0xD99216) is known color: Gamboge. HEX triplet: D9, 92 and 16. RGB value is (217,146,22). Sum of RGB (Red+Green+Blue) = 217+146+22=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D99216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99216 is #266DE9. Grayscale: #999999. Windows color (decimal): -2518506 or 1479385. OLE color: 1479385.

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

Color convert

RGB 217 146 22 -
CMYK 0 0.33 0.90 0.15
HSL 38.15º 0.82% 0.47% -
HSV(B) 38.15º 0.9% 0.85% -
XYZ 39.04 35.37 5.53 -
YUV 153.09 54.02 173.58 -
System Red Green Blue C M Y K H S L
Decimal 217 146 22 0 0.33 0.90 0.15 38.15 0.82 0.47
Hex D9 92 16 0 21 5A F 26 52 2F
Octal 331 222 26 0 41 132 17 46 122 57
Binary 11011001 10010010 10110 0 100001 1011010 1111 100110 1010010 101111

Color Harmonies of #D99216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99216

Black with #D99216

Text Example


Text Example

White with #D99216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99216; }

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

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

background-color css

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

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

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

border-color css

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

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

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