#D2D243

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

Shades of Wattle #D2D243

Tints of Wattle #D2D243

Color information

#D2D243 (or 0xD2D243) is unknown color: approx Wattle. HEX triplet: D2, D2 and 43. RGB value is (210,210,67). Sum of RGB (Red+Green+Blue) = 210+210+67=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 67 (26.56% from 255 or 13.76% from 487); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D243 is #2D2DBC. Grayscale: #C2C2C2. Windows color (decimal): -2960829 or 4444882. OLE color: 4444882.

HSL color Cylindrical-coordinate representation of color #D2D243: hue angle of 60º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2D243 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB21021067-
CMYK000.680.18
HSL60º61.37%54.31%-
HSV(B)60º68.1%82.35%-
XYZ50.6460.214.26-
YUV193.756.5139.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.12%
GREEN value IS 210 (82.42% from 255) = 43.12%
BLUE value IS 67 (26.56% from 255) = 13.76%
R=43.12%
G=43.12%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21021067000.680.186061.3754.31
HexD2D2430044123c3d36
Octal3223221030010422747566
Binary1101001011010010100001100100010010010111100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D243; }

 p { color: rgb(210,210,67); }

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

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

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

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

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

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

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