#DDC438

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

Shades of Wattle #DDC438

Tints of Wattle #DDC438

Color information

#DDC438 (or 0xDDC438) is unknown color: approx Wattle. HEX triplet: DD, C4 and 38. RGB value is (221,196,56). Sum of RGB (Red+Green+Blue) = 221+196+56=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC438 is #223BC7. Grayscale: #BCBCBC. Windows color (decimal): -2243528 or 3720413. OLE color: 3720413.

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

Color convert

RGB22119656-
CMYK00.110.750.13
HSL50.91º70.82%54.31%-
HSV(B)50.91º74.66%86.67%-
XYZ50.2755.1411.73-
YUV187.5253.78151.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 196 (76.95% from 255) = 41.44%
BLUE value IS 56 (22.27% from 255) = 11.84%
R=46.72%
G=41.44%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211965600.110.750.1350.9170.8254.31
HexDDC4380B4BD334736
Octal33530470013113156310766
Binary110111011100010011100001011100101111011100111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC438; }

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

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

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

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

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

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

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

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