#D09A0F

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

Shades of Gamboge #D09A0F

Tints of Gamboge #D09A0F

Color information

#D09A0F (or 0xD09A0F) is unknown color: approx Gamboge. HEX triplet: D0, 9A and 0F. RGB value is (208,154,15). Sum of RGB (Red+Green+Blue) = 208+154+15=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09A0F is #2F65F0. Grayscale: #9A9A9A. Windows color (decimal): -3106289 or 1022672. OLE color: 1022672.

HSL color Cylindrical-coordinate representation of color #D09A0F: hue angle of 43.21º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D09A0F is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB20815415-
CMYK00.260.930.18
HSL43.21º86.55%43.73%-
HSV(B)43.21º92.79%81.57%-
XYZ37.6536.565.52-
YUV154.349.39166.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.17%
GREEN value IS 154 (60.55% from 255) = 40.85%
BLUE value IS 15 (6.25% from 255) = 3.98%
R=55.17%
G=40.85%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081541500.260.930.1843.2186.5543.73
HexD09AF01A5D122b572c
Octal32023217032135225312754
Binary110100001001101011110110101011101100101010111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09A0F; }

 p { color: rgb(208,154,15); }

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

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

 a { background-color: rgb(208,154,15); }

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

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

 span { border-color: rgb(208,154,15); }

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