#DDCD38

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

Shades of Wattle #DDCD38

Tints of Wattle #DDCD38

Color information

#DDCD38 (or 0xDDCD38) is unknown color: approx Wattle. HEX triplet: DD, CD and 38. RGB value is (221,205,56). Sum of RGB (Red+Green+Blue) = 221+205+56=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 56 (22.27% from 255 or 11.62% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD38 is #2232C7. Grayscale: #C1C1C1. Windows color (decimal): -2241224 or 3722717. OLE color: 3722717.

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

Color convert

RGB22120556-
CMYK00.070.750.13
HSL54.18º70.82%54.31%-
HSV(B)54.18º74.66%86.67%-
XYZ52.3659.3212.43-
YUV192.850.8148.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 205 (80.47% from 255) = 42.53%
BLUE value IS 56 (22.27% from 255) = 11.62%
R=45.85%
G=42.53%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212055600.070.750.1354.1870.8254.31
HexDDCD38074BD364736
Octal3353157007113156610766
Binary11011101110011011110000111100101111011101101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD38; }

 p { color: rgb(221,205,56); }

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

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

 a { background-color: rgb(221,205,56); }

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

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

 span { border-color: rgb(221,205,56); }

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