#D2D148

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

Shades of Wattle #D2D148

Tints of Wattle #D2D148

Color information

#D2D148 (or 0xD2D148) is unknown color: approx Wattle. HEX triplet: D2, D1 and 48. RGB value is (210,209,72). Sum of RGB (Red+Green+Blue) = 210+209+72=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D148 is #2D2EB7. Grayscale: #C2C2C2. Windows color (decimal): -2961080 or 4772306. OLE color: 4772306.

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

Color convert

RGB21020972-
CMYK00.000.660.18
HSL59.57º60.53%55.29%-
HSV(B)59.57º65.71%82.35%-
XYZ50.5559.7715-
YUV193.6859.33139.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.77%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 72 (28.52% from 255) = 14.66%
R=42.77%
G=42.57%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102097200.000.660.1859.5760.5355.29
HexD2D1480042123c3d37
Octal3223211100010222747567
Binary1101001011010001100100000100001010010111100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D148; }

 p { color: rgb(210,209,72); }

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

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

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

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

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

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

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