#D29010

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

Shades of Gamboge #D29010

Tints of Gamboge #D29010

Color information

#D29010 (or 0xD29010) is unknown color: approx Gamboge. HEX triplet: D2, 90 and 10. RGB value is (210,144,16). Sum of RGB (Red+Green+Blue) = 210+144+16=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D29010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29010 is #2D6FEF. Grayscale: #959595. Windows color (decimal): -2977776 or 1085650. OLE color: 1085650.

HSL color Cylindrical-coordinate representation of color #D29010: hue angle of 39.59º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D29010 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB21014416-
CMYK00.310.920.18
HSL39.59º85.84%44.31%-
HSV(B)39.59º92.38%82.35%-
XYZ36.6533.695.06-
YUV149.1452.87171.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.76%
GREEN value IS 144 (56.64% from 255) = 38.92%
BLUE value IS 16 (6.64% from 255) = 4.32%
R=56.76%
G=38.92%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101441600.310.920.1839.5985.8444.31
HexD2901001F5C1228562c
Octal32222020037134225012654
Binary1101001010010000100000111111011100100101010001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29010; }

 p { color: rgb(210,144,16); }

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

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

 a { background-color: rgb(210,144,16); }

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

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

 span { border-color: rgb(210,144,16); }

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