#D2C33C

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

Shades of Wattle #D2C33C

Tints of Wattle #D2C33C

Color information

#D2C33C (or 0xD2C33C) is unknown color: approx Wattle. HEX triplet: D2, C3 and 3C. RGB value is (210,195,60). Sum of RGB (Red+Green+Blue) = 210+195+60=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C33C is #2D3CC3. Grayscale: #B8B8B8. Windows color (decimal): -2964676 or 3982290. OLE color: 3982290.

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

Color convert

RGB21019560-
CMYK00.070.710.18
HSL54º62.5%52.94%-
HSV(B)54º71.43%82.35%-
XYZ46.9153.0612.04-
YUV184.157.97146.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.16%
GREEN value IS 195 (76.56% from 255) = 41.94%
BLUE value IS 60 (23.83% from 255) = 12.90%
R=45.16%
G=41.94%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101956000.070.710.185462.552.94
HexD2C33C074712363e35
Octal322303740710722667665
Binary11010010110000111111000111100011110010110110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C33C; }

 p { color: rgb(210,195,60); }

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

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

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

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

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

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

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