Html Css Color HEX #D09516 Gamboge

📋 copy color: '#D09516'

red 208 ◦ green 149 ◦ blue 22

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

Shades of Gamboge #D09516

Tints of Gamboge #D09516

RGB

 RED value IS 208 (81.64% from 255) = 54.88%

 GREEN value IS 149 (58.59% from 255) = 39.31%

 BLUE value IS 22 (8.98% from 255) = 5.8%

R = 54.88%
G = 39.31%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D09516 (or 0xD09516) is known color: Gamboge. HEX triplet: D0, 95 and 16. RGB value is (208,149,22). Sum of RGB (Red+Green+Blue) = 208+149+22=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D09516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09516 is #2F6AE9. Grayscale: #989898. Windows color (decimal): -3107562 or 1480144. OLE color: 1480144.

HSL color Cylindrical-coordinate representation of color #D09516: hue angle of 40.97º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D09516 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 149 22 -
CMYK 0 0.28 0.89 0.18
HSL 40.97º 0.81% 0.45% -
HSV(B) 40.97º 0.89% 0.82% -
XYZ 36.9 34.96 5.56 -
YUV 152.16 54.55 167.83 -
System Red Green Blue C M Y K H S L
Decimal 208 149 22 0 0.28 0.89 0.18 40.97 0.81 0.45
Hex D0 95 16 0 1C 59 12 29 51 2D
Octal 320 225 26 0 34 131 22 51 121 55
Binary 11010000 10010101 10110 0 11100 1011001 10010 101001 1010001 101101

Color Harmonies of #D09516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09516

Black with #D09516

Text Example


Text Example

White with #D09516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09516; }

 p { color: rgb(208,149,22); }

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

background-color css

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

 a { background-color: rgb(208,149,22); }

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

border-color css

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

 span { border-color: rgb(208,149,22); }

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