#DED23D

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

Shades of Wattle #DED23D

Tints of Wattle #DED23D

Color information

#DED23D (or 0xDED23D) is unknown color: approx Wattle. HEX triplet: DE, D2 and 3D. RGB value is (222,210,61). Sum of RGB (Red+Green+Blue) = 222+210+61=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DED23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED23D is #212DC2. Grayscale: #C5C5C5. Windows color (decimal): -2174403 or 4051678. OLE color: 4051678.

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

Color convert

RGB22221061-
CMYK00.050.730.13
HSL55.53º70.93%55.49%-
HSV(B)55.53º72.52%87.06%-
XYZ54.0161.9613.53-
YUV196.651.48146.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 210 (82.42% from 255) = 42.60%
BLUE value IS 61 (24.22% from 255) = 12.37%
R=45.03%
G=42.60%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222106100.050.730.1355.5370.9355.49
HexDED23D0549D384737
Octal3363227505111157010767
Binary11011110110100101111010101100100111011110001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED23D; }

 p { color: rgb(222,210,61); }

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

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

 a { background-color: rgb(222,210,61); }

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

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

 span { border-color: rgb(222,210,61); }

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