#D58C06

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

Shades of Gamboge #D58C06

Tints of Gamboge #D58C06

Color information

#D58C06 (or 0xD58C06) is unknown color: approx Gamboge. HEX triplet: D5, 8C and 06. RGB value is (213,140,6). Sum of RGB (Red+Green+Blue) = 213+140+6=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58C06 is #2A73F9. Grayscale: #939393. Windows color (decimal): -2782202 or 429269. OLE color: 429269.

HSL color Cylindrical-coordinate representation of color #D58C06: hue angle of 38.84º 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 #D58C06 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB2131406-
CMYK00.340.970.16
HSL38.84º94.52%42.94%-
HSV(B)38.84º97.18%83.53%-
XYZ36.8532.924.58-
YUV146.5548.68175.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.33%
GREEN value IS 140 (55.08% from 255) = 39.00%
BLUE value IS 6 (2.73% from 255) = 1.67%
R=59.33%
G=39.00%
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
Decimal213140600.340.970.1638.8494.5242.94
HexD58C60226110275f2b
Octal3252146042141204713753
Binary110101011000110011001000101100001100001001111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58C06; }

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

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

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

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

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

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

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

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