#D4CD36

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

Shades of Wattle #D4CD36

Tints of Wattle #D4CD36

Color information

#D4CD36 (or 0xD4CD36) is unknown color: approx Wattle. HEX triplet: D4, CD and 36. RGB value is (212,205,54). Sum of RGB (Red+Green+Blue) = 212+205+54=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 54 (21.48% from 255 or 11.46% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CD36 is #2B32C9. Grayscale: #BEBEBE. Windows color (decimal): -2831050 or 3591636. OLE color: 3591636.

HSL color Cylindrical-coordinate representation of color #D4CD36: hue angle of 57.34º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4CD36 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB21220554-
CMYK00.030.750.17
HSL57.34º64.75%52.16%-
HSV(B)57.34º74.53%83.14%-
XYZ49.6557.9312.05-
YUV189.8851.32143.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.01%
GREEN value IS 205 (80.47% from 255) = 43.52%
BLUE value IS 54 (21.48% from 255) = 11.46%
R=45.01%
G=43.52%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122055400.030.750.1757.3464.7552.16
HexD4CD36034B11394134
Octal3243156603113217110164
Binary11010100110011011101100111001011100011110011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CD36; }

 p { color: rgb(212,205,54); }

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

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

 a { background-color: rgb(212,205,54); }

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

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

 span { border-color: rgb(212,205,54); }

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