#D58D06

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

Shades of Gamboge #D58D06

Tints of Gamboge #D58D06

Color information

#D58D06 (or 0xD58D06) is unknown color: approx Gamboge. HEX triplet: D5, 8D and 06. RGB value is (213,141,6). Sum of RGB (Red+Green+Blue) = 213+141+6=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58D06 is #2A72F9. Grayscale: #939393. Windows color (decimal): -2781946 or 429525. OLE color: 429525.

HSL color Cylindrical-coordinate representation of color #D58D06: hue angle of 39.13º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D58D06 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB2131416-
CMYK00.340.970.16
HSL39.13º94.52%42.94%-
HSV(B)39.13º97.18%83.53%-
XYZ3733.214.63-
YUV147.1448.35174.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.17%
GREEN value IS 141 (55.47% from 255) = 39.17%
BLUE value IS 6 (2.73% from 255) = 1.67%
R=59.17%
G=39.17%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213141600.340.970.1639.1394.5242.94
HexD58D60226110275f2b
Octal3252156042141204713753
Binary110101011000110111001000101100001100001001111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58D06; }

 p { color: rgb(213,141,6); }

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

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

 a { background-color: rgb(213,141,6); }

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

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

 span { border-color: rgb(213,141,6); }

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