#ddcd35

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

Shades of Wattle #DDCD35

Tints of Wattle #DDCD35

Color information

#DDCD35 (or 0xDDCD35) is unknown color: approx Wattle. HEX triplet: DD, CD and 35. RGB value is (221,205,53). Sum of RGB (Red+Green+Blue) = 221+205+53=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 53 (21.09% from 255 or 11.06% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD35 is #2232CA. Grayscale: #C1C1C1. Windows color (decimal): -2241227 or 3526109. OLE color: 3526109.

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

Color convert

RGB22120553-
CMYK00.070.760.13
HSL54.29º71.19%53.73%-
HSV(B)54.29º76.02%86.67%-
XYZ52.2959.2912.06-
YUV192.4649.3148.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 53 (21.09% from 255) = 11.06%
R=46.14%
G=42.80%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212055300.070.760.1354.2971.1953.73
HexDDCD35074CD364736
Octal3353156507114156610766
Binary11011101110011011101010111100110011011101101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddcd35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddcd35; }

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

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

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

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

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

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

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

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