#D5CF45

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

Shades of Wattle #D5CF45

Tints of Wattle #D5CF45

Color information

#D5CF45 (or 0xD5CF45) is unknown color: approx Wattle. HEX triplet: D5, CF and 45. RGB value is (213,207,69). Sum of RGB (Red+Green+Blue) = 213+207+69=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF45 is #2A30BA. Grayscale: #C1C1C1. Windows color (decimal): -2764987 or 4575189. OLE color: 4575189.

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

Color convert

RGB21320769-
CMYK00.030.680.16
HSL57.5º63.16%55.29%-
HSV(B)57.5º67.61%83.53%-
XYZ50.8359.214.38-
YUV193.0657.99142.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 207 (81.25% from 255) = 42.33%
BLUE value IS 69 (27.34% from 255) = 14.11%
R=43.56%
G=42.33%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132076900.030.680.1657.563.1655.29
HexD5CF450344103a3f37
Octal3253171050310420727767
Binary11010101110011111000101011100010010000111010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF45; }

 p { color: rgb(213,207,69); }

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

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

 a { background-color: rgb(213,207,69); }

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

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

 span { border-color: rgb(213,207,69); }

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