#D4CD39

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

Shades of Wattle #D4CD39

Tints of Wattle #D4CD39

Color information

#D4CD39 (or 0xD4CD39) is unknown color: approx Wattle. HEX triplet: D4, CD and 39. RGB value is (212,205,57). Sum of RGB (Red+Green+Blue) = 212+205+57=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 57 (22.66% from 255 or 12.03% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CD39 is #2B32C6. Grayscale: #BEBEBE. Windows color (decimal): -2831047 or 3788244. OLE color: 3788244.

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

Color convert

RGB21220557-
CMYK00.030.730.17
HSL57.29º64.32%52.75%-
HSV(B)57.29º73.11%83.14%-
XYZ49.7257.9612.44-
YUV190.2252.82143.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.73%
GREEN value IS 205 (80.47% from 255) = 43.25%
BLUE value IS 57 (22.66% from 255) = 12.03%
R=44.73%
G=43.25%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122055700.030.730.1757.2964.3252.75
HexD4CD39034911394035
Octal3243157103111217110065
Binary11010100110011011110010111001001100011110011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CD39; }

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

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

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

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

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

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

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

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