#DDB000

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

Shades of Gamboge #DDB000

Tints of Gamboge #DDB000

Color information

#DDB000 (or 0xDDB000) is unknown color: approx Gamboge. HEX triplet: DD, B0 and 00. RGB value is (221,176,0). Sum of RGB (Red+Green+Blue) = 221+176+0=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB000 is #224FFF. Grayscale: #AAAAAA. Windows color (decimal): -2248704 or 45277. OLE color: 45277.

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

Color convert

RGB2211760-
CMYK00.2010.13
HSL47.78º100%43.33%-
HSV(B)47.78º100%86.67%-
XYZ45.3446.426.57-
YUV169.3932.41164.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.67%
GREEN value IS 176 (69.14% from 255) = 44.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.67%
G=44.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221176000.2010.1347.7810043.33
HexDDB0001464D30642b
Octal3352600024144156014453
Binary11011101101100000010100110010011011100001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB000; }

 p { color: rgb(221,176,0); }

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

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

 a { background-color: rgb(221,176,0); }

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

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

 span { border-color: rgb(221,176,0); }

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