#D58A10

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

Shades of Gamboge #D58A10

Tints of Gamboge #D58A10

Color information

#D58A10 (or 0xD58A10) is unknown color: approx Gamboge. HEX triplet: D5, 8A and 10. RGB value is (213,138,16). Sum of RGB (Red+Green+Blue) = 213+138+16=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58A10 is #2A75EF. Grayscale: #939393. Windows color (decimal): -2782704 or 1084117. OLE color: 1084117.

HSL color Cylindrical-coordinate representation of color #D58A10: hue angle of 37.16º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D58A10 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB21313816-
CMYK00.350.920.16
HSL37.16º86.03%44.9%-
HSV(B)37.16º92.49%83.53%-
XYZ36.6232.364.81-
YUV146.5254.35175.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.04%
GREEN value IS 138 (54.30% from 255) = 37.60%
BLUE value IS 16 (6.64% from 255) = 4.36%
R=58.04%
G=37.60%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131381600.350.920.1637.1686.0344.9
HexD58A100235C1025562d
Octal32521220043134204512655
Binary11010101100010101000001000111011100100001001011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A10; }

 p { color: rgb(213,138,16); }

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

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

 a { background-color: rgb(213,138,16); }

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

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

 span { border-color: rgb(213,138,16); }

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