Html Css Color HEX #D99207 Gamboge

📋 copy color: '#D99207'

red 217 ◦ green 146 ◦ blue 7

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

Shades of Gamboge #D99207

Tints of Gamboge #D99207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 58.65%
G = 39.46%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D99207 (or 0xD99207) is known color: Gamboge. HEX triplet: D9, 92 and 07. RGB value is (217,146,7). Sum of RGB (Red+Green+Blue) = 217+146+7=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D99207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99207 is #266DF8. Grayscale: #989898. Windows color (decimal): -2518521 or 496345. OLE color: 496345.

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

Color convert

RGB 217 146 7 -
CMYK 0 0.33 0.97 0.15
HSL 39.71º 0.94% 0.44% -
HSV(B) 39.71º 0.97% 0.85% -
XYZ 38.93 35.32 4.97 -
YUV 151.38 46.52 174.8 -
System Red Green Blue C M Y K H S L
Decimal 217 146 7 0 0.33 0.97 0.15 39.71 0.94 0.44
Hex D9 92 7 0 21 61 F 28 5E 2C
Octal 331 222 7 0 41 141 17 50 136 54
Binary 11011001 10010010 111 0 100001 1100001 1111 101000 1011110 101100

Color Harmonies of #D99207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99207

Black with #D99207

Text Example


Text Example

White with #D99207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99207; }

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

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

background-color css

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

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

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

border-color css

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

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

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