#D2C23B

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

Shades of Wattle #D2C23B

Tints of Wattle #D2C23B

Color information

#D2C23B (or 0xD2C23B) is unknown color: approx Wattle. HEX triplet: D2, C2 and 3B. RGB value is (210,194,59). Sum of RGB (Red+Green+Blue) = 210+194+59=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C23B is #2D3DC4. Grayscale: #B7B7B7. Windows color (decimal): -2964933 or 3916498. OLE color: 3916498.

HSL color Cylindrical-coordinate representation of color #D2C23B: hue angle of 53.64º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2C23B is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB21019459-
CMYK00.080.720.18
HSL53.64º62.66%52.75%-
HSV(B)53.64º71.9%82.35%-
XYZ46.6652.611.83-
YUV183.3957.8146.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.36%
GREEN value IS 194 (76.17% from 255) = 41.90%
BLUE value IS 59 (23.44% from 255) = 12.74%
R=45.36%
G=41.90%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101945900.080.720.1853.6462.6652.75
HexD2C23B084812363f35
Octal3223027301011022667765
Binary110100101100001011101101000100100010010110110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C23B; }

 p { color: rgb(210,194,59); }

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

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

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

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

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

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

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