#D5960E

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

Shades of Gamboge #D5960E

Tints of Gamboge #D5960E

Color information

#D5960E (or 0xD5960E) is unknown color: approx Gamboge. HEX triplet: D5, 96 and 0E. RGB value is (213,150,14). Sum of RGB (Red+Green+Blue) = 213+150+14=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5960E is #2A69F1. Grayscale: #999999. Windows color (decimal): -2779634 or 956117. OLE color: 956117.

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

Color convert

RGB21315014-
CMYK00.300.930.16
HSL41.01º87.67%44.51%-
HSV(B)41.01º93.43%83.53%-
XYZ38.4335.995.34-
YUV153.3349.37170.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.50%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 14 (5.86% from 255) = 3.71%
R=56.50%
G=39.79%
B=3.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131501400.300.930.1641.0187.6744.51
HexD596E01E5D1029582d
Octal32522616036135205113055
Binary110101011001011011100111101011101100001010011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5960E; }

 p { color: rgb(213,150,14); }

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

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

 a { background-color: rgb(213,150,14); }

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

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

 span { border-color: rgb(213,150,14); }

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