#DDD135

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

Shades of Wattle #DDD135

Tints of Wattle #DDD135

Color information

#DDD135 (or 0xDDD135) is unknown color: approx Wattle. HEX triplet: DD, D1 and 35. RGB value is (221,209,53). Sum of RGB (Red+Green+Blue) = 221+209+53=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD135 is #222ECA. Grayscale: #C3C3C3. Windows color (decimal): -2240203 or 3527133. OLE color: 3527133.

HSL color Cylindrical-coordinate representation of color #DDD135: hue angle of 55.71º 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 #DDD135 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB22120953-
CMYK00.050.760.13
HSL55.71º71.19%53.73%-
HSV(B)55.71º76.02%86.67%-
XYZ53.2661.2312.38-
YUV194.847.98146.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 209 (82.03% from 255) = 43.27%
BLUE value IS 53 (21.09% from 255) = 10.97%
R=45.76%
G=43.27%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212095300.050.760.1355.7171.1953.73
HexDDD135054CD384736
Octal3353216505114157010766
Binary11011101110100011101010101100110011011110001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD135; }

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

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

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

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

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

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

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

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