Html Css Color HEX #D99200 Gamboge

📋 copy color: '#D99200'

red 217 ◦ green 146 ◦ blue 0

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

Shades of Gamboge #D99200

Tints of Gamboge #D99200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.78%
G = 40.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D99200 (or 0xD99200) is known color: Gamboge. HEX triplet: D9, 92 and 00. RGB value is (217,146,0). Sum of RGB (Red+Green+Blue) = 217+146+0=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D99200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99200 is #266DFF. Grayscale: #979797. Windows color (decimal): -2518528 or 37593. OLE color: 37593.

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

Color convert

RGB 217 146 0 -
CMYK 0 0.33 1 0.15
HSL 40.37º 1% 0.43% -
HSV(B) 40.37º 1% 0.85% -
XYZ 38.89 35.31 4.77 -
YUV 150.59 43.02 175.37 -
System Red Green Blue C M Y K H S L
Decimal 217 146 0 0 0.33 1 0.15 40.37 1 0.43
Hex D9 92 0 0 21 64 F 28 64 2B
Octal 331 222 0 0 41 144 17 50 144 53
Binary 11011001 10010010 0 0 100001 1100100 1111 101000 1100100 101011

Color Harmonies of #D99200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99200

Black with #D99200

Text Example


Text Example

White with #D99200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99200; }

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

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

background-color css

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

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

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

border-color css

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

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

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