Html Css Color HEX #D99205 Gamboge

📋 copy color: '#D99205'

red 217 ◦ green 146 ◦ blue 5

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

Shades of Gamboge #D99205

Tints of Gamboge #D99205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 58.97%
G = 39.67%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D99205 (or 0xD99205) is known color: Gamboge. HEX triplet: D9, 92 and 05. RGB value is (217,146,5). Sum of RGB (Red+Green+Blue) = 217+146+5=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 5 (2.34% from 255 or 1.36% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D99205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99205 is #266DFA. Grayscale: #979797. Windows color (decimal): -2518523 or 365273. OLE color: 365273.

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

Color convert

RGB 217 146 5 -
CMYK 0 0.33 0.98 0.15
HSL 39.91º 0.95% 0.44% -
HSV(B) 39.91º 0.98% 0.85% -
XYZ 38.92 35.32 4.91 -
YUV 151.16 45.52 174.96 -
System Red Green Blue C M Y K H S L
Decimal 217 146 5 0 0.33 0.98 0.15 39.91 0.95 0.44
Hex D9 92 5 0 21 62 F 28 5F 2C
Octal 331 222 5 0 41 142 17 50 137 54
Binary 11011001 10010010 101 0 100001 1100010 1111 101000 1011111 101100

Color Harmonies of #D99205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99205

Black with #D99205

Text Example


Text Example

White with #D99205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99205; }

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

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

background-color css

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

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

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

border-color css

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

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

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