#D59001

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

Shades of Gamboge #D59001

Tints of Gamboge #D59001

Color information

#D59001 (or 0xD59001) is unknown color: approx Gamboge. HEX triplet: D5, 90 and 01. RGB value is (213,144,1). Sum of RGB (Red+Green+Blue) = 213+144+1=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D59001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59001 is #2A6FFE. Grayscale: #949494. Windows color (decimal): -2781183 or 102613. OLE color: 102613.

HSL color Cylindrical-coordinate representation of color #D59001: hue angle of 40.47º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D59001 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB2131441-
CMYK00.321.000.16
HSL40.47º99.07%41.96%-
HSV(B)40.47º99.53%83.53%-
XYZ37.4234.094.64-
YUV148.3344.86174.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.50%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=59.50%
G=40.22%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213144100.321.000.1640.4799.0741.96
HexD5901020641028632a
Octal3252201040144205014352
Binary1101010110010000101000001100100100001010001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59001; }

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

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

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

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

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

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

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

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