#d2c735

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

Shades of Wattle #D2C735

Tints of Wattle #D2C735

Color information

#D2C735 (or 0xD2C735) is unknown color: approx Wattle. HEX triplet: D2, C7 and 35. RGB value is (210,199,53). Sum of RGB (Red+Green+Blue) = 210+199+53=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 53 (21.09% from 255 or 11.47% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C735 is #2D38CA. Grayscale: #BABABA. Windows color (decimal): -2963659 or 3524562. OLE color: 3524562.

HSL color Cylindrical-coordinate representation of color #D2C735: hue angle of 55.8º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2C735 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB21019953-
CMYK00.050.750.18
HSL55.8º63.56%51.57%-
HSV(B)55.8º74.76%82.35%-
XYZ47.6454.8111.44-
YUV185.6453.14145.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.45%
GREEN value IS 199 (78.12% from 255) = 43.07%
BLUE value IS 53 (21.09% from 255) = 11.47%
R=45.45%
G=43.07%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101995300.050.750.1855.863.5651.57
HexD2C735054B12384034
Octal3223076505113227010064
Binary110100101100011111010101011001011100101110001000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2c735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2c735; }

 p { color: rgb(210,199,53); }

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

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

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

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

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

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

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