#D6C334

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

Shades of Wattle #D6C334

Tints of Wattle #D6C334

Color information

#D6C334 (or 0xD6C334) is unknown color: approx Wattle. HEX triplet: D6, C3 and 34. RGB value is (214,195,52). Sum of RGB (Red+Green+Blue) = 214+195+52=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C334 is #293CCB. Grayscale: #B8B8B8. Windows color (decimal): -2702540 or 3458006. OLE color: 3458006.

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

Color convert

RGB21419552-
CMYK00.090.760.16
HSL52.96º66.39%52.16%-
HSV(B)52.96º75.7%83.92%-
XYZ47.8753.5711.07-
YUV184.3853.29149.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 195 (76.56% from 255) = 42.30%
BLUE value IS 52 (20.70% from 255) = 11.28%
R=46.42%
G=42.30%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141955200.090.760.1652.9666.3952.16
HexD6C334094C10354234
Octal32630364011114206510264
Binary1101011011000011110100010011001100100001101011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C334; }

 p { color: rgb(214,195,52); }

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

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

 a { background-color: rgb(214,195,52); }

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

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

 span { border-color: rgb(214,195,52); }

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