#D6C033

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

Shades of Wattle #D6C033

Tints of Wattle #D6C033

Color information

#D6C033 (or 0xD6C033) is unknown color: approx Wattle. HEX triplet: D6, C0 and 33. RGB value is (214,192,51). Sum of RGB (Red+Green+Blue) = 214+192+51=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C033 is #293FCC. Grayscale: #B7B7B7. Windows color (decimal): -2703309 or 3391702. OLE color: 3391702.

HSL color Cylindrical-coordinate representation of color #D6C033: hue angle of 51.9º degrees, saturation: 0.67, 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 #D6C033 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21419251-
CMYK00.100.760.16
HSL51.9º66.53%51.96%-
HSV(B)51.9º76.17%83.92%-
XYZ47.1852.2310.73-
YUV182.553.79150.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.83%
GREEN value IS 192 (75.39% from 255) = 42.01%
BLUE value IS 51 (20.31% from 255) = 11.16%
R=46.83%
G=42.01%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141925100.100.760.1651.966.5351.96
HexD6C0330A4C10344334
Octal32630063012114206410364
Binary1101011011000000110011010101001100100001101001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C033; }

 p { color: rgb(214,192,51); }

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

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

 a { background-color: rgb(214,192,51); }

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

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

 span { border-color: rgb(214,192,51); }

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