#DDD035

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

Shades of Wattle #DDD035

Tints of Wattle #DDD035

Color information

#DDD035 (or 0xDDD035) is unknown color: approx Wattle. HEX triplet: DD, D0 and 35. RGB value is (221,208,53). Sum of RGB (Red+Green+Blue) = 221+208+53=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD035 is #222FCA. Grayscale: #C2C2C2. Windows color (decimal): -2240459 or 3526877. OLE color: 3526877.

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

Color convert

RGB22120853-
CMYK00.060.760.13
HSL55.36º71.19%53.73%-
HSV(B)55.36º76.02%86.67%-
XYZ53.0260.7412.3-
YUV194.2248.31147.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 53 (21.09% from 255) = 11.00%
R=45.85%
G=43.15%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212085300.060.760.1355.3671.1953.73
HexDDD035064CD374736
Octal3353206506114156710766
Binary11011101110100001101010110100110011011101111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD035; }

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

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

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

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

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

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

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

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