#DED135

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

Shades of Wattle #DED135

Tints of Wattle #DED135

Color information

#DED135 (or 0xDED135) is unknown color: approx Wattle. HEX triplet: DE, D1 and 35. RGB value is (222,209,53). Sum of RGB (Red+Green+Blue) = 222+209+53=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 53 (21.09% from 255 or 10.95% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DED135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED135 is #212ECA. Grayscale: #C3C3C3. Windows color (decimal): -2174667 or 3527134. OLE color: 3527134.

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

Color convert

RGB22220953-
CMYK00.060.760.13
HSL55.38º71.91%53.92%-
HSV(B)55.38º76.13%87.06%-
XYZ53.5761.3912.39-
YUV195.147.81147.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.87%
GREEN value IS 209 (82.03% from 255) = 43.18%
BLUE value IS 53 (21.09% from 255) = 10.95%
R=45.87%
G=43.18%
B=10.95%

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
Decimal2222095300.060.760.1355.3871.9153.92
HexDED135064CD374836
Octal3363216506114156711066
Binary11011110110100011101010110100110011011101111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED135; }

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

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

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

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

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

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

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

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