#D5C432

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

Shades of Wattle #D5C432

Tints of Wattle #D5C432

Color information

#D5C432 (or 0xD5C432) is unknown color: approx Wattle. HEX triplet: D5, C4 and 32. RGB value is (213,196,50). Sum of RGB (Red+Green+Blue) = 213+196+50=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C432 is #2A3BCD. Grayscale: #B9B9B9. Windows color (decimal): -2767822 or 3327189. OLE color: 3327189.

HSL color Cylindrical-coordinate representation of color #D5C432: hue angle of 53.74º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5C432 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB21319650-
CMYK00.080.770.16
HSL53.74º65.99%51.57%-
HSV(B)53.74º76.53%83.53%-
XYZ47.7653.8610.9-
YUV184.4452.13148.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 196 (76.95% from 255) = 42.70%
BLUE value IS 50 (19.92% from 255) = 10.89%
R=46.41%
G=42.70%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131965000.080.770.1653.7465.9951.57
HexD5C432084D10364234
Octal32530462010115206610264
Binary1101010111000100110010010001001101100001101101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C432; }

 p { color: rgb(213,196,50); }

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

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

 a { background-color: rgb(213,196,50); }

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

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

 span { border-color: rgb(213,196,50); }

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