#DED035

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

Shades of Wattle #DED035

Tints of Wattle #DED035

Color information

#DED035 (or 0xDED035) is unknown color: approx Wattle. HEX triplet: DE, D0 and 35. RGB value is (222,208,53). Sum of RGB (Red+Green+Blue) = 222+208+53=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DED035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED035 is #212FCA. Grayscale: #C3C3C3. Windows color (decimal): -2174923 or 3526878. OLE color: 3526878.

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

Color convert

RGB22220853-
CMYK00.060.760.13
HSL55.03º71.91%53.92%-
HSV(B)55.03º76.13%87.06%-
XYZ53.3260.912.31-
YUV194.5248.14147.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 208 (81.64% from 255) = 43.06%
BLUE value IS 53 (21.09% from 255) = 10.97%
R=45.96%
G=43.06%
B=10.97%

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
Decimal2222085300.060.760.1355.0371.9153.92
HexDED035064CD374836
Octal3363206506114156711066
Binary11011110110100001101010110100110011011101111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED035; }

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

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

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

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

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

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

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

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