#D08F04

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

Shades of Gamboge #D08F04

Tints of Gamboge #D08F04

Color information

#D08F04 (or 0xD08F04) is unknown color: approx Gamboge. HEX triplet: D0, 8F and 04. RGB value is (208,143,4). Sum of RGB (Red+Green+Blue) = 208+143+4=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08F04 is #2F70FB. Grayscale: #939393. Windows color (decimal): -3109116 or 298960. OLE color: 298960.

HSL color Cylindrical-coordinate representation of color #D08F04: hue angle of 40.88º degrees, saturation: 0.96, 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 #D08F04 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB2081434-
CMYK00.310.980.18
HSL40.88º96.23%41.57%-
HSV(B)40.88º98.08%81.57%-
XYZ35.8633.064.61-
YUV146.5947.53171.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.59%
GREEN value IS 143 (56.25% from 255) = 40.28%
BLUE value IS 4 (1.95% from 255) = 1.13%
R=58.59%
G=40.28%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208143400.310.980.1840.8896.2341.57
HexD08F401F621229602a
Octal3202174037142225114052
Binary11010000100011111000111111100010100101010011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08F04; }

 p { color: rgb(208,143,4); }

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

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

 a { background-color: rgb(208,143,4); }

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

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

 span { border-color: rgb(208,143,4); }

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