#D6D33D

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

Shades of Wattle #D6D33D

Tints of Wattle #D6D33D

Color information

#D6D33D (or 0xD6D33D) is unknown color: approx Wattle. HEX triplet: D6, D3 and 3D. RGB value is (214,211,61). Sum of RGB (Red+Green+Blue) = 214+211+61=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 61 (24.22% from 255 or 12.55% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D33D is #292CC2. Grayscale: #C3C3C3. Windows color (decimal): -2698435 or 4051926. OLE color: 4051926.

HSL color Cylindrical-coordinate representation of color #D6D33D: hue angle of 58.82º 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 #D6D33D is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21421161-
CMYK00.010.710.16
HSL58.82º65.11%53.92%-
HSV(B)58.82º71.5%83.92%-
XYZ51.8761.2213.5-
YUV194.852.49141.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.03%
GREEN value IS 211 (82.81% from 255) = 43.42%
BLUE value IS 61 (24.22% from 255) = 12.55%
R=44.03%
G=43.42%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142116100.010.710.1658.8265.1153.92
HexD6D33D0147103b4136
Octal3263237501107207310166
Binary1101011011010011111101011000111100001110111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D33D; }

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

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

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

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

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

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

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

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