#D7C632

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

Shades of Wattle #D7C632

Tints of Wattle #D7C632

Color information

#D7C632 (or 0xD7C632) is unknown color: approx Wattle. HEX triplet: D7, C6 and 32. RGB value is (215,198,50). Sum of RGB (Red+Green+Blue) = 215+198+50=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C632 is #2839CD. Grayscale: #BABABA. Windows color (decimal): -2636238 or 3327703. OLE color: 3327703.

HSL color Cylindrical-coordinate representation of color #D7C632: hue angle of 53.82º 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 #D7C632 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB21519850-
CMYK00.080.770.16
HSL53.82º67.35%51.96%-
HSV(B)53.82º76.74%84.31%-
XYZ48.7955.0711.07-
YUV186.2151.13148.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.44%
GREEN value IS 198 (77.73% from 255) = 42.76%
BLUE value IS 50 (19.92% from 255) = 10.80%
R=46.44%
G=42.76%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151985000.080.770.1653.8267.3551.96
HexD7C632084D10364334
Octal32730662010115206610364
Binary1101011111000110110010010001001101100001101101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C632; }

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

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

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

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

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

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

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

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