#D58F0C

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

Shades of Gamboge #D58F0C

Tints of Gamboge #D58F0C

Color information

#D58F0C (or 0xD58F0C) is unknown color: approx Gamboge. HEX triplet: D5, 8F and 0C. RGB value is (213,143,12). Sum of RGB (Red+Green+Blue) = 213+143+12=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58F0C is #2A70F3. Grayscale: #959595. Windows color (decimal): -2781428 or 823253. OLE color: 823253.

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

Color convert

RGB21314312-
CMYK00.330.940.16
HSL39.1º89.33%44.12%-
HSV(B)39.1º94.37%83.53%-
XYZ37.3333.824.91-
YUV14950.69173.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.88%
GREEN value IS 143 (56.25% from 255) = 38.86%
BLUE value IS 12 (5.08% from 255) = 3.26%
R=57.88%
G=38.86%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131431200.330.940.1639.189.3344.12
HexD58FC0215E1027592c
Octal32521714041136204713154
Binary1101010110001111110001000011011110100001001111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F0C; }

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

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

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

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

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

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

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

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