Html Css Color HEX #D99302 Gamboge

📋 copy color: '#D99302'

red 217 ◦ green 147 ◦ blue 2

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

Shades of Gamboge #D99302

Tints of Gamboge #D99302

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 value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D99302 (or 0xD99302) is known color: 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

RGB 217 147 2 -
CMYK 0 0.32 0.99 0.15
HSL 40.47º 0.98% 0.43% -
HSV(B) 40.47º 0.99% 0.85% -
XYZ 39.06 35.62 4.87 -
YUV 151.4 43.69 174.79 -
System Red Green Blue C M Y K H S L
Decimal 217 147 2 0 0.32 0.99 0.15 40.47 0.98 0.43
Hex D9 93 2 0 20 63 F 28 62 2B
Octal 331 223 2 0 40 143 17 50 142 53
Binary 11011001 10010011 10 0 100000 1100011 1111 101000 1100010 101011

Color Harmonies of #D99302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99302

Black with #D99302

Text Example


Text Example

White with #D99302

Text Example


Text Example

HTML Codes & Css Web 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>