#D5C444

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

Shades of Wattle #D5C444

Tints of Wattle #D5C444

Color information

#D5C444 (or 0xD5C444) is unknown color: approx Wattle. HEX triplet: D5, C4 and 44. RGB value is (213,196,68). Sum of RGB (Red+Green+Blue) = 213+196+68=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 68 (26.95% from 255 or 14.26% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C444 is #2A3BBB. Grayscale: #BBBBBB. Windows color (decimal): -2767804 or 4506837. OLE color: 4506837.

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

Color convert

RGB21319668-
CMYK00.080.680.16
HSL52.97º63.32%55.1%-
HSV(B)52.97º68.08%83.53%-
XYZ48.2254.0413.36-
YUV186.4961.13146.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 196 (76.95% from 255) = 41.09%
BLUE value IS 68 (26.95% from 255) = 14.26%
R=44.65%
G=41.09%
B=14.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131966800.080.680.1652.9763.3255.1
HexD5C444084410353f37
Octal32530410401010420657767
Binary1101010111000100100010001000100010010000110101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C444; }

 p { color: rgb(213,196,68); }

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

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

 a { background-color: rgb(213,196,68); }

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

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

 span { border-color: rgb(213,196,68); }

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