Html Css Color HEX #D99211 Gamboge

📋 copy color: '#D99211'

red 217 ◦ green 146 ◦ blue 17

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

Shades of Gamboge #D99211

Tints of Gamboge #D99211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.47%

R = 57.11%
G = 38.42%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D99211 (or 0xD99211) is known color: Gamboge. HEX triplet: D9, 92 and 11. RGB value is (217,146,17). Sum of RGB (Red+Green+Blue) = 217+146+17=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D99211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99211 is #266DEE. Grayscale: #999999. Windows color (decimal): -2518511 or 1151705. OLE color: 1151705.

HSL color Cylindrical-coordinate representation of color #D99211: hue angle of 38.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D99211 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 146 17 -
CMYK 0 0.33 0.92 0.15
HSL 38.7º 0.85% 0.46% -
HSV(B) 38.7º 0.92% 0.85% -
XYZ 39 35.35 5.3 -
YUV 152.52 51.52 173.99 -
System Red Green Blue C M Y K H S L
Decimal 217 146 17 0 0.33 0.92 0.15 38.7 0.85 0.46
Hex D9 92 11 0 21 5C F 27 55 2E
Octal 331 222 21 0 41 134 17 47 125 56
Binary 11011001 10010010 10001 0 100001 1011100 1111 100111 1010101 101110

Color Harmonies of #D99211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99211

Black with #D99211

Text Example


Text Example

White with #D99211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99211; }

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

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

background-color css

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

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

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

border-color css

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

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

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