#D09B0F

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

Shades of Gamboge #D09B0F

Tints of Gamboge #D09B0F

Color information

#D09B0F (or 0xD09B0F) is unknown color: approx Gamboge. HEX triplet: D0, 9B and 0F. RGB value is (208,155,15). Sum of RGB (Red+Green+Blue) = 208+155+15=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09B0F is #2F64F0. Grayscale: #9B9B9B. Windows color (decimal): -3106033 or 1022928. OLE color: 1022928.

HSL color Cylindrical-coordinate representation of color #D09B0F: hue angle of 43.52º 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 #D09B0F is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB20815515-
CMYK00.250.930.18
HSL43.52º86.55%43.73%-
HSV(B)43.52º92.79%81.57%-
XYZ37.8236.895.58-
YUV154.8949.06165.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.03%
GREEN value IS 155 (60.94% from 255) = 41.01%
BLUE value IS 15 (6.25% from 255) = 3.97%
R=55.03%
G=41.01%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081551500.250.930.1843.5286.5543.73
HexD09BF0195D122c572c
Octal32023317031135225412754
Binary110100001001101111110110011011101100101011001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09B0F; }

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

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

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

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

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

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

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

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