#D48811

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

Shades of Gamboge #D48811

Tints of Gamboge #D48811

Color information

#D48811 (or 0xD48811) is unknown color: approx Gamboge. HEX triplet: D4, 88 and 11. RGB value is (212,136,17). Sum of RGB (Red+Green+Blue) = 212+136+17=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D48811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48811 is #2B77EE. Grayscale: #919191. Windows color (decimal): -2848751 or 1149140. OLE color: 1149140.

HSL color Cylindrical-coordinate representation of color #D48811: hue angle of 36.62º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D48811 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB21213617-
CMYK00.360.920.17
HSL36.62º85.15%44.9%-
HSV(B)36.62º91.98%83.14%-
XYZ36.0631.654.74-
YUV145.1655.68175.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.08%
GREEN value IS 136 (53.52% from 255) = 37.26%
BLUE value IS 17 (7.03% from 255) = 4.66%
R=58.08%
G=37.26%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.92
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121361700.360.920.1736.6285.1544.9
HexD488110245C1125552d
Octal32421021044134214512555
Binary11010100100010001000101001001011100100011001011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48811; }

 p { color: rgb(212,136,17); }

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

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

 a { background-color: rgb(212,136,17); }

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

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

 span { border-color: rgb(212,136,17); }

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