#D5C142

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

Shades of Wattle #D5C142

Tints of Wattle #D5C142

Color information

#D5C142 (or 0xD5C142) is unknown color: approx Wattle. HEX triplet: D5, C1 and 42. RGB value is (213,193,66). Sum of RGB (Red+Green+Blue) = 213+193+66=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C142 is #2A3EBD. Grayscale: #B9B9B9. Windows color (decimal): -2768574 or 4374997. OLE color: 4374997.

HSL color Cylindrical-coordinate representation of color #D5C142: hue angle of 51.84º 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 #D5C142 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB21319366-
CMYK00.090.690.16
HSL51.84º63.64%54.71%-
HSV(B)51.84º69.01%83.53%-
XYZ47.4952.6812.82-
YUV184.561.13148.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 193 (75.78% from 255) = 40.89%
BLUE value IS 66 (26.17% from 255) = 13.98%
R=45.13%
G=40.89%
B=13.98%

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
Decimal2131936600.090.690.1651.8463.6454.71
HexD5C142094510344037
Octal325301102011105206410067
Binary11010101110000011000010010011000101100001101001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C142; }

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

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

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

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

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

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

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

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