#D6D13C

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

Shades of Wattle #D6D13C

Tints of Wattle #D6D13C

Color information

#D6D13C (or 0xD6D13C) is unknown color: approx Wattle. HEX triplet: D6, D1 and 3C. RGB value is (214,209,60). Sum of RGB (Red+Green+Blue) = 214+209+60=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 60 (23.83% from 255 or 12.42% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D13C is #292EC3. Grayscale: #C2C2C2. Windows color (decimal): -2698948 or 3985878. OLE color: 3985878.

HSL color Cylindrical-coordinate representation of color #D6D13C: hue angle of 58.05º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6D13C is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB21420960-
CMYK00.020.720.16
HSL58.05º65.25%53.73%-
HSV(B)58.05º71.96%83.92%-
XYZ51.3560.2213.19-
YUV193.5152.66142.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 209 (82.03% from 255) = 43.27%
BLUE value IS 60 (23.83% from 255) = 12.42%
R=44.31%
G=43.27%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142096000.020.720.1658.0565.2553.73
HexD6D13C0248103a4136
Octal3263217402110207210166
Binary11010110110100011111000101001000100001110101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D13C; }

 p { color: rgb(214,209,60); }

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

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

 a { background-color: rgb(214,209,60); }

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

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

 span { border-color: rgb(214,209,60); }

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