#D2C843

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

Shades of Wattle #D2C843

Tints of Wattle #D2C843

Color information

#D2C843 (or 0xD2C843) is unknown color: approx Wattle. HEX triplet: D2, C8 and 43. RGB value is (210,200,67). Sum of RGB (Red+Green+Blue) = 210+200+67=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 67 (26.56% from 255 or 14.05% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C843 is #2D37BC. Grayscale: #BCBCBC. Windows color (decimal): -2963389 or 4442322. OLE color: 4442322.

HSL color Cylindrical-coordinate representation of color #D2C843: hue angle of 55.8º 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 #D2C843 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB21020067-
CMYK00.050.680.18
HSL55.8º61.37%54.31%-
HSV(B)55.8º68.1%82.35%-
XYZ48.2555.4213.46-
YUV187.8359.81143.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.03%
GREEN value IS 200 (78.52% from 255) = 41.93%
BLUE value IS 67 (26.56% from 255) = 14.05%
R=44.03%
G=41.93%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102006700.050.680.1855.861.3754.31
HexD2C843054412383d36
Octal3223101030510422707566
Binary110100101100100010000110101100010010010111000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C843; }

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

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

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

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

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

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

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

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