#D99302

Color #D99302 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #D99302

Tints of Gamboge #D99302

Color information

#D99302 (or 0xD99302) is unknown color: approx Gamboge. HEX triplet: D9, 93 and 02. RGB value is (217,147,2). Sum of RGB (Red+Green+Blue) = 217+147+2=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D99302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99302 is #266CFD. Grayscale: #989898. Windows color (decimal): -2518270 or 168921. OLE color: 168921.

HSL color Cylindrical-coordinate representation of color #D99302: hue angle of 40.47º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D99302 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB2171472-
CMYK00.320.990.15
HSL40.47º98.17%42.94%-
HSV(B)40.47º99.08%85.1%-
XYZ39.0635.624.87-
YUV151.443.69174.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.29%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=59.29%
G=40.16%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217147200.320.990.1540.4798.1742.94
HexD993202063F28622b
Octal3312232040143175014253
Binary1101100110010011100100000110001111111010001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99302; }

 p { color: rgb(217,147,2); }

 H1.HeaderClassName
 {
   color: #D99302;
 }
 .AnyTagClassName
 {
   color: #D99302;
 }
</style>
background-color css

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

 a { background-color: rgb(217,147,2); }

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

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

 span { border-color: rgb(217,147,2); }

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