#D09105

Color #D09105 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #D09105

Tints of Gamboge #D09105

Color information

#D09105 (or 0xD09105) is unknown color: approx Gamboge. HEX triplet: D0, 91 and 05. RGB value is (208,145,5). Sum of RGB (Red+Green+Blue) = 208+145+5=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D09105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09105 is #2F6EFA. Grayscale: #949494. Windows color (decimal): -3108603 or 365008. OLE color: 365008.

HSL color Cylindrical-coordinate representation of color #D09105: hue angle of 41.38º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D09105 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB2081455-
CMYK00.300.980.18
HSL41.38º95.31%41.76%-
HSV(B)41.38º97.6%81.57%-
XYZ36.1733.674.74-
YUV147.8847.37170.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.10%
GREEN value IS 145 (57.03% from 255) = 40.50%
BLUE value IS 5 (2.34% from 255) = 1.40%
R=58.10%
G=40.50%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208145500.300.980.1841.3895.3141.76
HexD091501E6212295f2a
Octal3202215036142225113752
Binary11010000100100011010111101100010100101010011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09105; }

 p { color: rgb(208,145,5); }

 H1.HeaderClassName
 {
   color: #D09105;
 }
 .AnyTagClassName
 {
   color: #D09105;
 }
</style>
background-color css

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

 a { background-color: rgb(208,145,5); }

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

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

 span { border-color: rgb(208,145,5); }

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