#D5C242

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

Shades of Wattle #D5C242

Tints of Wattle #D5C242

Color information

#D5C242 (or 0xD5C242) is unknown color: approx Wattle. HEX triplet: D5, C2 and 42. RGB value is (213,194,66). Sum of RGB (Red+Green+Blue) = 213+194+66=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 66 (26.17% from 255 or 13.95% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C242 is #2A3DBD. Grayscale: #B9B9B9. Windows color (decimal): -2768318 or 4375253. OLE color: 4375253.

HSL color Cylindrical-coordinate representation of color #D5C242: hue angle of 52.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5C242 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB21319466-
CMYK00.090.690.16
HSL52.24º63.64%54.71%-
HSV(B)52.24º69.01%83.53%-
XYZ47.7253.1212.89-
YUV185.0960.79147.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 194 (76.17% from 255) = 41.01%
BLUE value IS 66 (26.17% from 255) = 13.95%
R=45.03%
G=41.01%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131946600.090.690.1652.2463.6454.71
HexD5C242094510344037
Octal325302102011105206410067
Binary11010101110000101000010010011000101100001101001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C242; }

 p { color: rgb(213,194,66); }

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

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

 a { background-color: rgb(213,194,66); }

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

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

 span { border-color: rgb(213,194,66); }

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