Html Css Color HEX #D99202 Gamboge

📋 copy color: '#D99202'

red 217 ◦ green 146 ◦ blue 2

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

Shades of Gamboge #D99202

Tints of Gamboge #D99202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 59.45%
G = 40%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D99202 (or 0xD99202) is known color: Gamboge. HEX triplet: D9, 92 and 02. RGB value is (217,146,2). Sum of RGB (Red+Green+Blue) = 217+146+2=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D99202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99202 is #266DFD. Grayscale: #979797. Windows color (decimal): -2518526 or 168665. OLE color: 168665.

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

Color convert

RGB 217 146 2 -
CMYK 0 0.33 0.99 0.15
HSL 40.19º 0.98% 0.43% -
HSV(B) 40.19º 0.99% 0.85% -
XYZ 38.91 35.31 4.82 -
YUV 150.81 44.02 175.21 -
System Red Green Blue C M Y K H S L
Decimal 217 146 2 0 0.33 0.99 0.15 40.19 0.98 0.43
Hex D9 92 2 0 21 63 F 28 62 2B
Octal 331 222 2 0 41 143 17 50 142 53
Binary 11011001 10010010 10 0 100001 1100011 1111 101000 1100010 101011

Color Harmonies of #D99202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99202

Black with #D99202

Text Example


Text Example

White with #D99202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99202; }

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

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

background-color css

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

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

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

border-color css

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

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

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