#D58F13

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

Shades of Gamboge #D58F13

Tints of Gamboge #D58F13

Color information

#D58F13 (or 0xD58F13) is unknown color: approx Gamboge. HEX triplet: D5, 8F and 13. RGB value is (213,143,19). Sum of RGB (Red+Green+Blue) = 213+143+19=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58F13 is #2A70EC. Grayscale: #969696. Windows color (decimal): -2781421 or 1282005. OLE color: 1282005.

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

Color convert

RGB21314319-
CMYK00.330.910.16
HSL38.35º83.62%45.49%-
HSV(B)38.35º91.08%83.53%-
XYZ37.3833.845.18-
YUV149.7954.19173.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.8%
GREEN value IS 143 (56.25% from 255) = 38.13%
BLUE value IS 19 (7.81% from 255) = 5.07%
R=56.8%
G=38.13%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131431900.330.910.1638.3583.6245.49
HexD58F130215B1026542d
Octal32521723041133204612455
Binary11010101100011111001101000011011011100001001101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F13; }

 p { color: rgb(213,143,19); }

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

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

 a { background-color: rgb(213,143,19); }

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

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

 span { border-color: rgb(213,143,19); }

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