#D2D642

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

Shades of Wattle #D2D642

Tints of Wattle #D2D642

Color information

#D2D642 (or 0xD2D642) is unknown color: approx Wattle. HEX triplet: D2, D6 and 42. RGB value is (210,214,66). Sum of RGB (Red+Green+Blue) = 210+214+66=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D642 is #2D29BD. Grayscale: #C4C4C4. Windows color (decimal): -2959806 or 4380370. OLE color: 4380370.

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

Color convert

RGB21021466-
CMYK0.0200.690.16
HSL61.62º64.35%54.9%-
HSV(B)61.62º69.16%83.92%-
XYZ51.6162.1914.44-
YUV195.9354.67138.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.86%
GREEN value IS 214 (83.98% from 255) = 43.67%
BLUE value IS 66 (26.17% from 255) = 13.47%
R=42.86%
G=43.67%
B=13.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal210214660.0200.690.1661.6264.3554.9
HexD2D6422045103e4037
Octal32232610220105207610067
Binary110100101101011010000101001000101100001111101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D642; }

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

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

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

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

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

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

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

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