#D6CE43

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

Shades of Wattle #D6CE43

Tints of Wattle #D6CE43

Color information

#D6CE43 (or 0xD6CE43) is unknown color: approx Wattle. HEX triplet: D6, CE and 43. RGB value is (214,206,67). Sum of RGB (Red+Green+Blue) = 214+206+67=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 67 (26.56% from 255 or 13.76% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE43 is #2931BC. Grayscale: #C1C1C1. Windows color (decimal): -2699709 or 4443862. OLE color: 4443862.

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

Color convert

RGB21420667-
CMYK00.040.690.16
HSL56.73º64.19%55.1%-
HSV(B)56.73º68.69%83.92%-
XYZ50.8258.8413.99-
YUV192.5557.15143.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.94%
GREEN value IS 206 (80.86% from 255) = 42.30%
BLUE value IS 67 (26.56% from 255) = 13.76%
R=43.94%
G=42.30%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142066700.040.690.1656.7364.1955.1
HexD6CE43044510394037
Octal32631610304105207110067
Binary1101011011001110100001101001000101100001110011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CE43; }

 p { color: rgb(214,206,67); }

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

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

 a { background-color: rgb(214,206,67); }

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

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

 span { border-color: rgb(214,206,67); }

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