#D1C738

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

Shades of Wattle #D1C738

Tints of Wattle #D1C738

Color information

#D1C738 (or 0xD1C738) is unknown color: approx Wattle. HEX triplet: D1, C7 and 38. RGB value is (209,199,56). Sum of RGB (Red+Green+Blue) = 209+199+56=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 56 (22.27% from 255 or 12.07% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C738 is #2E38C7. Grayscale: #BABABA. Windows color (decimal): -3029192 or 3721169. OLE color: 3721169.

HSL color Cylindrical-coordinate representation of color #D1C738: hue angle of 56.08º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1C738 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB20919956-
CMYK00.050.730.18
HSL56.08º62.45%51.96%-
HSV(B)56.08º73.21%81.96%-
XYZ47.4354.6911.8-
YUV185.6954.81144.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.04%
GREEN value IS 199 (78.12% from 255) = 42.89%
BLUE value IS 56 (22.27% from 255) = 12.07%
R=45.04%
G=42.89%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091995600.050.730.1856.0862.4551.96
HexD1C738054912383e34
Octal321307700511122707664
Binary11010001110001111110000101100100110010111000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C738; }

 p { color: rgb(209,199,56); }

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

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

 a { background-color: rgb(209,199,56); }

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

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

 span { border-color: rgb(209,199,56); }

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