#D0C646

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

Shades of Wattle #D0C646

Tints of Wattle #D0C646

Color information

#D0C646 (or 0xD0C646) is unknown color: approx Wattle. HEX triplet: D0, C6 and 46. RGB value is (208,198,70). Sum of RGB (Red+Green+Blue) = 208+198+70=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C646 is #2F39B9. Grayscale: #BABABA. Windows color (decimal): -3094970 or 4638416. OLE color: 4638416.

HSL color Cylindrical-coordinate representation of color #D0C646: hue angle of 55.65º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0C646 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB20819870-
CMYK00.050.660.18
HSL55.65º59.48%54.51%-
HSV(B)55.65º66.35%81.57%-
XYZ47.3154.2413.77-
YUV186.462.31143.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.70%
GREEN value IS 198 (77.73% from 255) = 41.60%
BLUE value IS 70 (27.73% from 255) = 14.71%
R=43.70%
G=41.60%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081987000.050.660.1855.6559.4854.51
HexD0C646054212383b37
Octal3203061060510222707367
Binary110100001100011010001100101100001010010111000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C646; }

 p { color: rgb(208,198,70); }

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

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

 a { background-color: rgb(208,198,70); }

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

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

 span { border-color: rgb(208,198,70); }

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