#D4CF45

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

Shades of Wattle #D4CF45

Tints of Wattle #D4CF45

Color information

#D4CF45 (or 0xD4CF45) is unknown color: approx Wattle. HEX triplet: D4, CF and 45. RGB value is (212,207,69). Sum of RGB (Red+Green+Blue) = 212+207+69=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CF45 is #2B30BA. Grayscale: #C1C1C1. Windows color (decimal): -2830523 or 4575188. OLE color: 4575188.

HSL color Cylindrical-coordinate representation of color #D4CF45: hue angle of 57.9º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4CF45 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21220769-
CMYK00.020.670.17
HSL57.9º62.45%55.1%-
HSV(B)57.9º67.45%83.14%-
XYZ50.5459.0514.36-
YUV192.7658.16141.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.44%
GREEN value IS 207 (81.25% from 255) = 42.42%
BLUE value IS 69 (27.34% from 255) = 14.14%
R=43.44%
G=42.42%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122076900.020.670.1757.962.4555.1
HexD4CF450243113a3e37
Octal3243171050210321727667
Binary11010100110011111000101010100001110001111010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CF45; }

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

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

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

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

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

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

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

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