#D6C635

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

Shades of Wattle #D6C635

Tints of Wattle #D6C635

Color information

#D6C635 (or 0xD6C635) is unknown color: approx Wattle. HEX triplet: D6, C6 and 35. RGB value is (214,198,53). Sum of RGB (Red+Green+Blue) = 214+198+53=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 53 (21.09% from 255 or 11.40% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C635 is #2939CA. Grayscale: #BABABA. Windows color (decimal): -2701771 or 3524310. OLE color: 3524310.

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

Color convert

RGB21419853-
CMYK00.070.750.16
HSL54.04º66.26%52.35%-
HSV(B)54.04º75.23%83.92%-
XYZ48.5754.9411.41-
YUV186.2552.8147.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.02%
GREEN value IS 198 (77.73% from 255) = 42.58%
BLUE value IS 53 (21.09% from 255) = 11.40%
R=46.02%
G=42.58%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141985300.070.750.1654.0466.2652.35
HexD6C635074B10364234
Octal3263066507113206610264
Binary110101101100011011010101111001011100001101101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C635; }

 p { color: rgb(214,198,53); }

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

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

 a { background-color: rgb(214,198,53); }

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

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

 span { border-color: rgb(214,198,53); }

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