#D4CD3A

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

Shades of Wattle #D4CD3A

Tints of Wattle #D4CD3A

Color information

#D4CD3A (or 0xD4CD3A) is unknown color: approx Wattle. HEX triplet: D4, CD and 3A. RGB value is (212,205,58). Sum of RGB (Red+Green+Blue) = 212+205+58=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CD3A is #2B32C5. Grayscale: #BEBEBE. Windows color (decimal): -2831046 or 3853780. OLE color: 3853780.

HSL color Cylindrical-coordinate representation of color #D4CD3A: hue angle of 57.27º 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 #D4CD3A is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB21220558-
CMYK00.030.730.17
HSL57.27º64.17%52.94%-
HSV(B)57.27º72.64%83.14%-
XYZ49.7557.9712.57-
YUV190.3353.32143.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 205 (80.47% from 255) = 43.16%
BLUE value IS 58 (23.05% from 255) = 12.21%
R=44.63%
G=43.16%
B=12.21%

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
Decimal2122055800.030.730.1757.2764.1752.94
HexD4CD3A034911394035
Octal3243157203111217110065
Binary11010100110011011110100111001001100011110011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CD3A; }

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

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

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

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

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

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

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

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