#D6C13D

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

Shades of Wattle #D6C13D

Tints of Wattle #D6C13D

Color information

#D6C13D (or 0xD6C13D) is unknown color: approx Wattle. HEX triplet: D6, C1 and 3D. RGB value is (214,193,61). Sum of RGB (Red+Green+Blue) = 214+193+61=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 61 (24.22% from 255 or 13.03% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C13D is #293EC2. Grayscale: #B8B8B8. Windows color (decimal): -2703043 or 4047318. OLE color: 4047318.

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

Color convert

RGB21419361-
CMYK00.100.710.16
HSL51.76º65.11%53.92%-
HSV(B)51.76º71.5%83.92%-
XYZ47.6452.7712.09-
YUV184.2358.46149.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 193 (75.78% from 255) = 41.24%
BLUE value IS 61 (24.22% from 255) = 13.03%
R=45.73%
G=41.24%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141936100.100.710.1651.7665.1153.92
HexD6C13D0A4710344136
Octal32630175012107206410166
Binary1101011011000001111101010101000111100001101001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C13D; }

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

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

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

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

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

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

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

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