#D4CE3A

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

Shades of Wattle #D4CE3A

Tints of Wattle #D4CE3A

Color information

#D4CE3A (or 0xD4CE3A) is unknown color: approx Wattle. HEX triplet: D4, CE and 3A. RGB value is (212,206,58). Sum of RGB (Red+Green+Blue) = 212+206+58=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CE3A is #2B31C5. Grayscale: #BFBFBF. Windows color (decimal): -2830790 or 3854036. OLE color: 3854036.

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

Color convert

RGB21220658-
CMYK00.030.730.17
HSL57.66º64.17%52.94%-
HSV(B)57.66º72.64%83.14%-
XYZ49.9958.4512.65-
YUV190.9252.99143.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.54%
GREEN value IS 206 (80.86% from 255) = 43.28%
BLUE value IS 58 (23.05% from 255) = 12.18%
R=44.54%
G=43.28%
B=12.18%

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
Decimal2122065800.030.730.1757.6664.1752.94
HexD4CE3A0349113a4035
Octal3243167203111217210065
Binary11010100110011101110100111001001100011110101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CE3A; }

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

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

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

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

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

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

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

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