#DD900F

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

Shades of Gamboge #DD900F

Tints of Gamboge #DD900F

Color information

#DD900F (or 0xDD900F) is unknown color: approx Gamboge. HEX triplet: DD, 90 and 0F. RGB value is (221,144,15). Sum of RGB (Red+Green+Blue) = 221+144+15=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD900F is #226FF0. Grayscale: #989898. Windows color (decimal): -2256881 or 1020125. OLE color: 1020125.

HSL color Cylindrical-coordinate representation of color #DD900F: hue angle of 37.57º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD900F is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB22114415-
CMYK00.350.930.13
HSL37.57º87.29%46.27%-
HSV(B)37.57º93.21%86.67%-
XYZ39.8835.355.17-
YUV152.3250.51176.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.16%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 15 (6.25% from 255) = 3.95%
R=58.16%
G=37.89%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211441500.350.930.1337.5787.2946.27
HexDD90F0235DD26572e
Octal33522017043135154612756
Binary110111011001000011110100011101110111011001101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD900F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD900F; }

 p { color: rgb(221,144,15); }

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

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

 a { background-color: rgb(221,144,15); }

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

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

 span { border-color: rgb(221,144,15); }

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