#DD9004

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

Shades of Gamboge #DD9004

Tints of Gamboge #DD9004

Color information

#DD9004 (or 0xDD9004) is unknown color: approx Gamboge. HEX triplet: DD, 90 and 04. RGB value is (221,144,4). Sum of RGB (Red+Green+Blue) = 221+144+4=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9004 is #226FFB. Grayscale: #979797. Windows color (decimal): -2256892 or 299229. OLE color: 299229.

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

Color convert

RGB2211444-
CMYK00.350.980.13
HSL38.71º96.44%44.12%-
HSV(B)38.71º98.19%86.67%-
XYZ39.8135.334.84-
YUV151.0645.01177.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.89%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 4 (1.95% from 255) = 1.08%
R=59.89%
G=39.02%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221144400.350.980.1338.7196.4444.12
HexDD90402362D27602c
Octal3352204043142154714054
Binary11011101100100001000100011110001011011001111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9004; }

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

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

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

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

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

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

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

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