#D5900C

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

Shades of Gamboge #D5900C

Tints of Gamboge #D5900C

Color information

#D5900C (or 0xD5900C) is unknown color: approx Gamboge. HEX triplet: D5, 90 and 0C. RGB value is (213,144,12). Sum of RGB (Red+Green+Blue) = 213+144+12=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D5900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5900C is #2A6FF3. Grayscale: #969696. Windows color (decimal): -2781172 or 823509. OLE color: 823509.

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

Color convert

RGB21314412-
CMYK00.320.940.16
HSL39.4º89.33%44.12%-
HSV(B)39.4º94.37%83.53%-
XYZ37.4834.124.96-
YUV149.5850.36173.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.72%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 12 (5.08% from 255) = 3.25%
R=57.72%
G=39.02%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131441200.320.940.1639.489.3344.12
HexD590C0205E1027592c
Octal32522014040136204713154
Binary1101010110010000110001000001011110100001001111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5900C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5900C; }

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

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

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

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

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

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

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

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