#ddd033

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

Shades of Wattle #DDD033

Tints of Wattle #DDD033

Color information

#DDD033 (or 0xDDD033) is unknown color: approx Wattle. HEX triplet: DD, D0 and 33. RGB value is (221,208,51). Sum of RGB (Red+Green+Blue) = 221+208+51=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 51 (20.31% from 255 or 10.62% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD033 is #222FCC. Grayscale: #C2C2C2. Windows color (decimal): -2240461 or 3395805. OLE color: 3395805.

HSL color Cylindrical-coordinate representation of color #DDD033: hue angle of 55.41º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDD033 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB22120851-
CMYK00.060.770.13
HSL55.41º71.43%53.33%-
HSV(B)55.41º76.92%86.67%-
XYZ52.9760.7212.06-
YUV193.9947.31147.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 208 (81.64% from 255) = 43.33%
BLUE value IS 51 (20.31% from 255) = 10.62%
R=46.04%
G=43.33%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212085100.060.770.1355.4171.4353.33
HexDDD033064DD374735
Octal3353206306115156710765
Binary11011101110100001100110110100110111011101111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddd033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddd033; }

 p { color: rgb(221,208,51); }

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

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

 a { background-color: rgb(221,208,51); }

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

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

 span { border-color: rgb(221,208,51); }

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