#D8CD43

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

Shades of Wattle #D8CD43

Tints of Wattle #D8CD43

Color information

#D8CD43 (or 0xD8CD43) is unknown color: approx Wattle. HEX triplet: D8, CD and 43. RGB value is (216,205,67). Sum of RGB (Red+Green+Blue) = 216+205+67=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 67 (26.56% from 255 or 13.73% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CD43 is #2732BC. Grayscale: #C1C1C1. Windows color (decimal): -2568893 or 4443608. OLE color: 4443608.

HSL color Cylindrical-coordinate representation of color #D8CD43: hue angle of 55.57º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8CD43 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB21620567-
CMYK00.050.690.15
HSL55.57º65.64%55.49%-
HSV(B)55.57º68.98%84.71%-
XYZ51.1658.6713.94-
YUV192.5657.14144.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.26%
GREEN value IS 205 (80.47% from 255) = 42.01%
BLUE value IS 67 (26.56% from 255) = 13.73%
R=44.26%
G=42.01%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162056700.050.690.1555.5765.6455.49
HexD8CD430545F384237
Octal33031510305105177010267
Binary110110001100110110000110101100010111111110001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CD43; }

 p { color: rgb(216,205,67); }

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

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

 a { background-color: rgb(216,205,67); }

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

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

 span { border-color: rgb(216,205,67); }

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