#DDC134

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

Shades of Wattle #DDC134

Tints of Wattle #DDC134

Color information

#DDC134 (or 0xDDC134) is unknown color: approx Wattle. HEX triplet: DD, C1 and 34. RGB value is (221,193,52). Sum of RGB (Red+Green+Blue) = 221+193+52=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC134 is #223ECB. Grayscale: #B9B9B9. Windows color (decimal): -2244300 or 3457501. OLE color: 3457501.

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

Color convert

RGB22119352-
CMYK00.130.760.13
HSL50.06º71.31%53.53%-
HSV(B)50.06º76.47%86.67%-
XYZ49.5153.7611.02-
YUV185.352.78153.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 193 (75.78% from 255) = 41.42%
BLUE value IS 52 (20.70% from 255) = 11.16%
R=47.42%
G=41.42%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211935200.130.760.1350.0671.3153.53
HexDDC1340D4CD324736
Octal33530164015114156210766
Binary110111011100000111010001101100110011011100101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC134; }

 p { color: rgb(221,193,52); }

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

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

 a { background-color: rgb(221,193,52); }

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

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

 span { border-color: rgb(221,193,52); }

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