#D7C732

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

Shades of Wattle #D7C732

Tints of Wattle #D7C732

Color information

#D7C732 (or 0xD7C732) is unknown color: approx Wattle. HEX triplet: D7, C7 and 32. RGB value is (215,199,50). Sum of RGB (Red+Green+Blue) = 215+199+50=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 50 (19.92% from 255 or 10.78% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C732 is #2838CD. Grayscale: #BBBBBB. Windows color (decimal): -2635982 or 3327959. OLE color: 3327959.

HSL color Cylindrical-coordinate representation of color #D7C732: hue angle of 54.18º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7C732 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB21519950-
CMYK00.070.770.16
HSL54.18º67.35%51.96%-
HSV(B)54.18º76.74%84.31%-
XYZ49.0255.5211.15-
YUV186.850.8148.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.34%
GREEN value IS 199 (78.12% from 255) = 42.89%
BLUE value IS 50 (19.92% from 255) = 10.78%
R=46.34%
G=42.89%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151995000.070.770.1654.1867.3551.96
HexD7C732074D10364334
Octal3273076207115206610364
Binary110101111100011111001001111001101100001101101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C732; }

 p { color: rgb(215,199,50); }

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

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

 a { background-color: rgb(215,199,50); }

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

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

 span { border-color: rgb(215,199,50); }

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