#D5C844

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

Shades of Wattle #D5C844

Tints of Wattle #D5C844

Color information

#D5C844 (or 0xD5C844) is unknown color: approx Wattle. HEX triplet: D5, C8 and 44. RGB value is (213,200,68). Sum of RGB (Red+Green+Blue) = 213+200+68=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C844 is #2A37BB. Grayscale: #BDBDBD. Windows color (decimal): -2766780 or 4507861. OLE color: 4507861.

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

Color convert

RGB21320068-
CMYK00.060.680.16
HSL54.62º63.32%55.1%-
HSV(B)54.62º68.08%83.53%-
XYZ49.1455.8713.66-
YUV188.8459.81145.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 200 (78.52% from 255) = 41.58%
BLUE value IS 68 (26.95% from 255) = 14.14%
R=44.28%
G=41.58%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132006800.060.680.1654.6263.3255.1
HexD5C844064410373f37
Octal3253101040610420677767
Binary110101011100100010001000110100010010000110111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C844; }

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

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

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

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

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

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

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

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