#D5C344

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

Shades of Wattle #D5C344

Tints of Wattle #D5C344

Color information

#D5C344 (or 0xD5C344) is unknown color: approx Wattle. HEX triplet: D5, C3 and 44. RGB value is (213,195,68). Sum of RGB (Red+Green+Blue) = 213+195+68=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 68 (26.95% from 255 or 14.29% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C344 is #2A3CBB. Grayscale: #BABABA. Windows color (decimal): -2768060 or 4506581. OLE color: 4506581.

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

Color convert

RGB21319568-
CMYK00.080.680.16
HSL52.55º63.32%55.1%-
HSV(B)52.55º68.08%83.53%-
XYZ4853.5913.28-
YUV185.961.46147.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.75%
GREEN value IS 195 (76.56% from 255) = 40.97%
BLUE value IS 68 (26.95% from 255) = 14.29%
R=44.75%
G=40.97%
B=14.29%

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
Decimal2131956800.080.680.1652.5563.3255.1
HexD5C344084410353f37
Octal32530310401010420657767
Binary1101010111000011100010001000100010010000110101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C344; }

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

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

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

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

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

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

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

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