#D08E13

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

Shades of Gamboge #D08E13

Tints of Gamboge #D08E13

Color information

#D08E13 (or 0xD08E13) is unknown color: approx Gamboge. HEX triplet: D0, 8E and 13. RGB value is (208,142,19). Sum of RGB (Red+Green+Blue) = 208+142+19=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08E13 is #2F71EC. Grayscale: #949494. Windows color (decimal): -3109357 or 1281744. OLE color: 1281744.

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

Color convert

RGB20814219-
CMYK00.320.910.18
HSL39.05º83.26%44.51%-
HSV(B)39.05º90.87%81.57%-
XYZ35.832.85.06-
YUV147.7155.37171-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.37%
GREEN value IS 142 (55.86% from 255) = 38.48%
BLUE value IS 19 (7.81% from 255) = 5.15%
R=56.37%
G=38.48%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081421900.320.910.1839.0583.2644.51
HexD08E130205B1227532d
Octal32021623040133224712355
Binary11010000100011101001101000001011011100101001111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08E13; }

 p { color: rgb(208,142,19); }

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

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

 a { background-color: rgb(208,142,19); }

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

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

 span { border-color: rgb(208,142,19); }

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