#D1C13D

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

Shades of Wattle #D1C13D

Tints of Wattle #D1C13D

Color information

#D1C13D (or 0xD1C13D) is unknown color: approx Wattle. HEX triplet: D1, C1 and 3D. RGB value is (209,193,61). Sum of RGB (Red+Green+Blue) = 209+193+61=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C13D is #2E3EC2. Grayscale: #B7B7B7. Windows color (decimal): -3030723 or 4047313. OLE color: 4047313.

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

Color convert

RGB20919361-
CMYK00.080.710.18
HSL53.51º61.67%52.94%-
HSV(B)53.51º70.81%81.96%-
XYZ46.2152.0312.02-
YUV182.7459.3146.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.14%
GREEN value IS 193 (75.78% from 255) = 41.68%
BLUE value IS 61 (24.22% from 255) = 13.17%
R=45.14%
G=41.68%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091936100.080.710.1853.5161.6752.94
HexD1C13D084712363e35
Octal3213017501010722667665
Binary110100011100000111110101000100011110010110110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C13D; }

 p { color: rgb(209,193,61); }

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

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

 a { background-color: rgb(209,193,61); }

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

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

 span { border-color: rgb(209,193,61); }

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