#D6D23D

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

Shades of Wattle #D6D23D

Tints of Wattle #D6D23D

Color information

#D6D23D (or 0xD6D23D) is unknown color: approx Wattle. HEX triplet: D6, D2 and 3D. RGB value is (214,210,61). Sum of RGB (Red+Green+Blue) = 214+210+61=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 61 (24.22% from 255 or 12.58% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D23D is #292DC2. Grayscale: #C2C2C2. Windows color (decimal): -2698691 or 4051670. OLE color: 4051670.

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

Color convert

RGB21421061-
CMYK00.020.710.16
HSL58.43º65.11%53.92%-
HSV(B)58.43º71.5%83.92%-
XYZ51.6260.7313.42-
YUV194.2152.83142.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 210 (82.42% from 255) = 43.30%
BLUE value IS 61 (24.22% from 255) = 12.58%
R=44.12%
G=43.30%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142106100.020.710.1658.4365.1153.92
HexD6D23D0247103a4136
Octal3263227502107207210166
Binary11010110110100101111010101000111100001110101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D23D; }

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

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

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

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

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

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

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

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